mirror of https://github.com/OpenTTD/OpenTTD
Change: Label Mac builds as "macos" instead of "macosx"
parent
ce42e819b9
commit
0a129bc810
|
@ -101,7 +101,7 @@ if(APPLE)
|
||||||
set(CPACK_GENERATOR "Bundle")
|
set(CPACK_GENERATOR "Bundle")
|
||||||
include(PackageBundle)
|
include(PackageBundle)
|
||||||
|
|
||||||
set(CPACK_PACKAGE_FILE_NAME "openttd-#CPACK_PACKAGE_VERSION#-macosx-${CPACK_SYSTEM_NAME}")
|
set(CPACK_PACKAGE_FILE_NAME "openttd-#CPACK_PACKAGE_VERSION#-macos-${CPACK_SYSTEM_NAME}")
|
||||||
elseif(WIN32)
|
elseif(WIN32)
|
||||||
set(CPACK_GENERATOR "ZIP")
|
set(CPACK_GENERATOR "ZIP")
|
||||||
if(OPTION_USE_NSIS)
|
if(OPTION_USE_NSIS)
|
||||||
|
|
Loading…
Reference in New Issue