Skip to content

Commit

Permalink
Changed windows package file name
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Dec 30, 2020
1 parent 254e759 commit 222b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set(CPACK_COMPONENT_FAST_REQUIRED ON)
if(WIN32 AND NOT UNIX)
## Windows
set(CPACK_GENERATOR "NSIS")
set(CPACK_PACKAGE_FILE_NAME "fast-windows-${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
set(CPACK_PACKAGE_FILE_NAME "fast_windows_${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
set(CPACK_PACKAGE_INSTALL_DIRECTORY "FAST")
set(CPACK_NSIS_MUI_ICON ${PROJECT_SOURCE_DIR}/doc/images/fast_icon.ico)
set(CPACK_NSIS_MUI_UNICON ${PROJECT_SOURCE_DIR}/doc/images/fast_icon.ico)
Expand Down

0 comments on commit 222b937

Please sign in to comment.