Changed icon name to zetaglest.ico (#88)

* Changed icon name to zetaglest.ico
This commit is contained in:
MathuSum Mut
2018-03-05 04:20:26 +01:00
committed by Andy Alt
parent d999bc87da
commit ca283f781d
9 changed files with 21 additions and 21 deletions

View File

@@ -69,7 +69,7 @@ fi
cd "$CURRENTDIR"
echo "copying binaries ..."
cp ../shared/*.ico "$RELEASEDIR"
if [ -e "$RELEASEDIR/glest.ico" ]; then rm "$RELEASEDIR/glest.ico"; fi
if [ -e "$RELEASEDIR/zetaglest.ico" ]; then rm "$RELEASEDIR/zetaglest.ico"; fi
#cp bundle_resources/*.icns "$RELEASEDIR"
cp {../shared/,}*.ini "$RELEASEDIR"
if [ -e "$RELEASEDIR/glest-dev.ini" ]; then rm "$RELEASEDIR/glest-dev.ini"; fi