Skip to content

Commit

Permalink
Enabled wix package installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 1, 2020
1 parent e4b6180 commit fab47a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "${SHELLANYTHING_VERSION_PATCH}")
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "ShellAnything - ShellAnything allows one to integrate third party applications with Windows File Explorer.")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
set(CPACK_GENERATOR "ZIP;NSIS")
set(CPACK_GENERATOR "ZIP;NSIS;WIX")

# Add information about author
set(CPACK_PACKAGE_VENDOR "https://github.com/end2endzone")
Expand Down

0 comments on commit fab47a5

Please sign in to comment.