mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
committed by
Craig Robbins
parent
8661b3587b
commit
3b902fd574
14
misc/Info.plist
Normal file
14
misc/Info.plist
Normal file
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>../Resources/minetest</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>minetest.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.minetest.minetest</string>
|
||||
</dict>
|
||||
</plist>
|
BIN
misc/minetest-icon.icns
Normal file
BIN
misc/minetest-icon.icns
Normal file
Binary file not shown.
Reference in New Issue
Block a user