mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Fix exec names at info.plist
This commit is contained in:
parent
a66aac1f79
commit
8a7601f6c1
|
@ -5,9 +5,9 @@
|
|||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${TARGET_CLIENT}</string>
|
||||
<string>${CLIENT_EXECUTABLE}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>${TARGET_CLIENT}</string>
|
||||
<string>${CLIENT_EXECUTABLE}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${TARGET_SERVER_LAUNCHER}</string>
|
||||
<string>${SERVER_EXECUTABLE}-Launcher</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>${TARGET_SERVER}</string>
|
||||
<string>${SERVER_EXECUTABLE}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
|
|
Loading…
Reference in a new issue