diff --git a/mk/linux/mojosetup/megaglest-installer/make.sh b/mk/linux/mojosetup/megaglest-installer/make.sh index 1df683cb..28c24609 100755 --- a/mk/linux/mojosetup/megaglest-installer/make.sh +++ b/mk/linux/mojosetup/megaglest-installer/make.sh @@ -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} diff --git a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua index d9c4197b..04319fac 100644 --- a/mk/linux/mojosetup/megaglest-installer/scripts/config.lua +++ b/mk/linux/mojosetup/megaglest-installer/scripts/config.lua @@ -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" }