Renamed files

This commit is contained in:
mathusummut
2018-11-02 20:44:56 +01:00
parent 4d9911fd38
commit 71d122d5fd
8 changed files with 22 additions and 22 deletions

View File

@@ -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>

View 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 "$?"