- Linux installer bugfixes (fixed map editor and g3d viewer files and links)

This commit is contained in:
Mark Vejvoda 2010-10-07 22:17:05 +00:00
parent e35f8b0563
commit cb5f5e55eb
2 changed files with 8 additions and 5 deletions

View File

@ -135,9 +135,12 @@ if [ $REPACKONLY -eq 0 ]; then
find glest.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find megaglest.bmp -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find glestkeys.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find glest_configurator -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find glest_editor -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find glest_g3dviewer -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find start_configurator -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
find glest_configurator -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';'
find editor -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
find glest_editor -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';'
find g3dviewer -exec cp -p --parents "{}" ${INSTALLDATADIR} ';'
find glest_g3dviewer -exec cp -p --parents "{}" ${INSTALLDATADIR}bin ';'
find servers.ini -exec cp -p --parents "{}" $INSTALLDATADIR ';'
find makedeps_folder.sh -exec cp -p --parents "{}" $INSTALL_ROOTDIR ';'

View File

@ -69,7 +69,7 @@ Setup.Package
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "editor.ico",
commandline = "%0/glest_editor",
commandline = "%0/editor",
category = "Game"
},
@ -81,7 +81,7 @@ Setup.Package
tooltip = _("A real time strategy game."),
builtin_icon = false,
icon = "g3dviewer.ico",
commandline = "%0/glest_g3dviewer",
commandline = "%0/g3dviewer",
category = "Game"
}