Skip to content

Commit afc83c9

Browse files
committed
[CMake] Fixup missing line (lost in 2225d99)
Signed-off-by: AeroStun <24841307+AeroStun@users.noreply.github.com>
1 parent db4262b commit afc83c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMake/Modules/CPackCommon.cmake

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ endif ()
2626
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}-${SMCE_COMPILER_ID}")
2727

2828
set (CPACK_PACKAGE_NAME "SMCE Godot")
29+
set (CPACK_PACKAGE_FILE_NAME "smce_gd-${PROJECT_VERSION}-${CPACK_SYSTEM_NAME}-${GODOT_BUILD_TYPE}")
2930
set (CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
3031
set (CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
3132
set (CPACK_PACKAGE_VENDOR "ItJustWorksTM")

0 commit comments

Comments
 (0)