We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4262b commit afc83c9Copy full SHA for afc83c9
CMake/Modules/CPackCommon.cmake
@@ -26,6 +26,7 @@ endif ()
26
set (CPACK_SYSTEM_NAME "${CMAKE_SYSTEM_NAME}-${CMAKE_SYSTEM_PROCESSOR}-${SMCE_COMPILER_ID}")
27
28
set (CPACK_PACKAGE_NAME "SMCE Godot")
29
+set (CPACK_PACKAGE_FILE_NAME "smce_gd-${PROJECT_VERSION}-${CPACK_SYSTEM_NAME}-${GODOT_BUILD_TYPE}")
30
set (CPACK_PACKAGE_INSTALL_DIRECTORY "${CPACK_PACKAGE_NAME}")
31
set (CPACK_PACKAGE_VERSION "${PROJECT_VERSION}")
32
set (CPACK_PACKAGE_VENDOR "ItJustWorksTM")
0 commit comments