eliminated ugly icons from installer in linux's menu

This commit is contained in:
filux 2015-02-07 13:11:24 +01:00
parent 615cac7138
commit c453aa778b
2 changed files with 5 additions and 5 deletions

View File

@ -183,7 +183,7 @@ if [ $REPACKONLY -eq 0 ]; then
cp "$CURRENTDIR/$megaglest_linux_path/start_megaglest" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/megaglest" ${INSTALLDATADIR}
cp "$CURRENTDIR/$megaglest_linux_path/glest.ini" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/megaglest.bmp" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/megaglest.png" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_shared_path/glestkeys.ini" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/start_megaglest_mapeditor" $INSTALLDATADIR
cp "$CURRENTDIR/$megaglest_linux_path/megaglest_editor" ${INSTALLDATADIR}

View File

@ -119,7 +119,7 @@ Setup.Package
genericname = _("MegaGlest"),
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "megaglest.ico",
icon = "megaglest.png",
commandline = "%0/start_megaglest",
category = "Game;StrategyGame"
},
@ -131,7 +131,7 @@ Setup.Package
genericname = _("MegaGlest"),
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "editor.ico",
icon = "megaglest.png",
commandline = "%0/start_megaglest_mapeditor",
category = "Game;StrategyGame",
--mimetype = {"application/x-gbm", "application/mgm"}
@ -144,7 +144,7 @@ Setup.Package
genericname = _("MegaGlest"),
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "g3dviewer.ico",
icon = "megaglest.png",
commandline = "%0/start_megaglest_g3dviewer",
category = "Game;StrategyGame",
--mimetype = {"application/x-g3d"}
@ -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"
}