mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +02:00
Renamed files
This commit is contained in:
@@ -5,17 +5,17 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>MegaGlest</string>
|
||||
<string>ZetaGlest</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>v${ZETAGLEST_VERSION}, © 2018 The ZetaGlest Team.</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>MegaGlest</string>
|
||||
<string>ZetaGlest</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.megaglest.v${ZETAGLEST_VERSION}</string>
|
||||
<string>org.zetaglest.v${ZETAGLEST_VERSION}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>MegaGlest</string>
|
||||
<string>ZetaGlest</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
4
mk/macos/bundle_resources/MegaGlest.sh → mk/macos/bundle_resources/ZetaGlest.sh
Executable file → Normal file
4
mk/macos/bundle_resources/MegaGlest.sh → mk/macos/bundle_resources/ZetaGlest.sh
Executable file → Normal file
@@ -10,9 +10,9 @@ if [ -d "$SCRIPTDIR/lib" ]; then
|
||||
binary_dir_path="$SCRIPTDIR"
|
||||
else
|
||||
export DYLD_LIBRARY_PATH="$SCRIPTDIR/../Frameworks"
|
||||
binary_dir_path="$SCRIPTDIR/../Resources/megaglest-game"
|
||||
binary_dir_path="$SCRIPTDIR/../Resources/zetaglest-game"
|
||||
fi
|
||||
export PATH="$binary_dir_path:$PATH"
|
||||
|
||||
exec "$binary_dir_path/megaglest" "$@"
|
||||
exec "$binary_dir_path/zetaglest" "$@"
|
||||
exit "$?"
|
Reference in New Issue
Block a user