Skip to content

Commit

Permalink
Fixed RomRaider program menu icons in Windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dschultzca committed Jan 5, 2013
1 parent cda9f76 commit da7b758
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions templates/shortcutSpec-windows.xml.template
Expand Up @@ -14,7 +14,8 @@
target="$INSTALL_PATH/@name.package@.exe"
commandLine=""
initialState="normal"
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico"
iconFile="$INSTALL_PATH/@name.package@.exe"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
Expand All @@ -32,7 +33,8 @@
target="$INSTALL_PATH/@name.package@.exe"
commandLine="-logger"
initialState="normal"
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico"
iconFile="$INSTALL_PATH/@name.package@.exe"
iconIndex="0"
workingDirectory="$INSTALL_PATH"
type="Application"
encoding="UTF-8"
Expand All @@ -51,8 +53,8 @@
workingDirectory="$INSTALL_PATH"
commandLine=""
initialState="normal"
iconFile="help"
iconIndex="0"
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
iconIndex="70"
url="$INSTALL_PATH/license.txt"
type="Link"
encoding="UTF-8"
Expand All @@ -71,8 +73,8 @@
workingDirectory="$INSTALL_PATH"
commandLine=""
initialState="normal"
iconFile="help"
iconIndex="0"
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
iconIndex="70"
url="$INSTALL_PATH/release_notes.txt"
type="Link"
encoding="UTF-8"
Expand All @@ -90,8 +92,8 @@
target="$JAVA_HOME/bin/javaw"
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
initialState="noShow"
iconFile="trashcan_full"
iconIndex="0"
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
iconIndex="102"
workingDirectory=""
type="Application"
encoding="UTF-8"
Expand Down

0 comments on commit da7b758

Please sign in to comment.