Skip to content

Commit 1eeeb2d

Browse files
committed
Add missing separator to package builds
1 parent 99d23d8 commit 1eeeb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ if(PACKAGE)
215215

216216
set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})
217217

218-
set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}${PACKAGE}")
218+
set(CPACK_PACKAGE_FILE_NAME "astcenc-${PKG_VER}-${PKG_OS}-${PACKAGE}")
219219
set(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)
220220
set(CPACK_PACKAGE_CHECKSUM SHA256)
221221
set(CPACK_GENERATOR ZIP)

0 commit comments

Comments
 (0)