- updated linux and windows installer scripts with new paths

This commit is contained in:
SoftCoder 2014-01-21 23:40:53 -08:00
parent 3593fc0c98
commit 1bd772a4f3
3 changed files with 11 additions and 11 deletions

View File

@ -206,10 +206,10 @@ if [ $REPACKONLY -eq 0 ]; then
# Now copy all glest data
echo Copying live MegaGlest data files...
cp "$CURRENTDIR/$megaglest_data_path/megaglest.ico" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_data_path/megaglest_uninstall.ico" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_data_path/g3dviewer.ico" ${INSTALLDATADIR}
cp "$CURRENTDIR/$megaglest_data_path/editor.ico" ${INSTALLDATADIR}
cp "$CURRENTDIR/$megaglest_linux_path/megaglest.ico" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/megaglest-uninstall.ico" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/g3dviewer.ico" ${INSTALLDATADIR}
cp "$CURRENTDIR/$megaglest_linux_path/editor.ico" ${INSTALLDATADIR}
mkdir -p "$INSTALLDATADIR/data/"
# svn export --force "$CURRENTDIR/$megaglest_data_path/data/" "$INSTALLDATADIR/data/"

View File

@ -157,7 +157,7 @@ Setup.Package
genericname = _("MegaGlest"),
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "megaglest_uninstall.ico",
icon = "megaglest-uninstall.ico",
commandline = "%0/uninstall-megaglest.sh",
category = "Game;StrategyGame"
}

View File

@ -3,8 +3,8 @@
!define APNAME MegaGlest
!define APNAME_OLD Mega-Glest
!define APVER_OLD 3.9.0
!define APVER 3.9.1
!define APVER_OLD 3.9.0
!define APVER 3.9.1
Name "${APNAME} ${APVER}"
SetCompressor /FINAL /SOLID lzma
@ -216,10 +216,10 @@ Section "${APNAME} (required)"
File "..\..\..\data\glest_game\megaglest_g3dviewer.exe"
File "..\..\..\data\glest_game\7z.exe"
File "..\..\..\data\glest_game\7z.dll"
File "..\..\..\data\glest_game\megaglest.ico"
File "..\..\..\data\glest_game\glest.ini"
File "..\..\..\data\glest_game\glestkeys.ini"
File "..\..\..\data\glest_game\servers.ini"
File "..\..\..\mk\windoze\megaglest.ico"
File "..\..\..\mk\windoze\glest.ini"
File "..\..\..\mk\windoze\glestkeys.ini"
File "..\..\..\mk\windoze\servers.ini"
File "..\..\..\data\glest_game\openal32.dll"
File "..\..\..\mk\windoze\NetworkThrottleFix.reg"