mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 13:02:37 +02:00
Renamed ZetaGlest to Glest
This commit is contained in:
@@ -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/zetaglest-game"
|
||||
binary_dir_path="$SCRIPTDIR/../Resources/glest-game"
|
||||
fi
|
||||
export PATH="$binary_dir_path:$PATH"
|
||||
|
||||
exec "$binary_dir_path/zetaglest" "$@"
|
||||
exec "$binary_dir_path/glest" "$@"
|
||||
exit "$?"
|
@@ -5,17 +5,17 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>ZetaGlest</string>
|
||||
<string>Glest</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>v${ZETAGLEST_VERSION}, © 2018 The ZetaGlest Team.</string>
|
||||
<string>v${GLEST_VERSION}, © 2018 The Glest Team.</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>ZetaGlest</string>
|
||||
<string>Glest</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>org.zetaglest.v${ZETAGLEST_VERSION}</string>
|
||||
<string>org.glest.v${GLEST_VERSION}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>ZetaGlest</string>
|
||||
<string>Glest</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
Reference in New Issue
Block a user