diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c9874e..3d778c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -168,4 +168,5 @@ elseif(MINGW OR MSVC) set(CPACK_GENERATOR ZIP;NSIS) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ybcon.exe DESTINATION bin) endif() +set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-${CMAKE_SYSTEM_PROCESSOR}") include(CPack) \ No newline at end of file