mirror of https://github.com/rusefi/RomRaider.git
Fixed RomRaider program menu icons in Windows installer
This commit is contained in:
parent
cda9f76071
commit
da7b7587b5
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue