mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
merged Mac OSX build fix from minetest-delta
This commit is contained in:
parent
c391bcee16
commit
534287892d
2 changed files with 24 additions and 4 deletions
|
@ -104,7 +104,7 @@ elseif(APPLE)
|
|||
set(CPACK_BUNDLE_ICON "")
|
||||
set(CPACK_BUNDLE_PLIST "")
|
||||
set(CPACK_BUNDLE_STARTUP_COMMAND "Contents/MacOS/minetest")
|
||||
set(CPACK_GENERATOR BUNDLE)
|
||||
set(CPACK_GENERATOR Bundle)
|
||||
else()
|
||||
set(CPACK_PACKAGE_FILE_NAME "${PROJECT_NAME}-${VERSION_STRING}-linux")
|
||||
set(CPACK_GENERATOR TGZ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue