Skip to content

Commit

Permalink
fixup! Cmake: Add Cpack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasperal committed Jun 25, 2024
1 parent cbc2548 commit 170fcb3
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 @@ -10,7 +10,7 @@ set(CPACK_PACKAGE_NAME "russian-doom-dos")
set(CPACK_SYSTEM_NAME "i386")
set(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
set(CPACK_PACKAGE_CHECKSUM SHA256)
set(CPACK_GENERATOR ZIP)
set(CPACK_GENERATOR "ZIP")

# Archive Generator
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY OFF)
Expand Down

0 comments on commit 170fcb3

Please sign in to comment.