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"
|
target="$INSTALL_PATH/@name.package@.exe"
|
||||||
commandLine=""
|
commandLine=""
|
||||||
initialState="normal"
|
initialState="normal"
|
||||||
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico"
|
iconFile="$INSTALL_PATH/@name.package@.exe"
|
||||||
|
iconIndex="0"
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
type="Application"
|
type="Application"
|
||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
|
@ -32,7 +33,8 @@
|
||||||
target="$INSTALL_PATH/@name.package@.exe"
|
target="$INSTALL_PATH/@name.package@.exe"
|
||||||
commandLine="-logger"
|
commandLine="-logger"
|
||||||
initialState="normal"
|
initialState="normal"
|
||||||
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico"
|
iconFile="$INSTALL_PATH/@name.package@.exe"
|
||||||
|
iconIndex="0"
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
type="Application"
|
type="Application"
|
||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
|
@ -51,8 +53,8 @@
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
commandLine=""
|
commandLine=""
|
||||||
initialState="normal"
|
initialState="normal"
|
||||||
iconFile="help"
|
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
|
||||||
iconIndex="0"
|
iconIndex="70"
|
||||||
url="$INSTALL_PATH/license.txt"
|
url="$INSTALL_PATH/license.txt"
|
||||||
type="Link"
|
type="Link"
|
||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
|
@ -71,8 +73,8 @@
|
||||||
workingDirectory="$INSTALL_PATH"
|
workingDirectory="$INSTALL_PATH"
|
||||||
commandLine=""
|
commandLine=""
|
||||||
initialState="normal"
|
initialState="normal"
|
||||||
iconFile="help"
|
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
|
||||||
iconIndex="0"
|
iconIndex="70"
|
||||||
url="$INSTALL_PATH/release_notes.txt"
|
url="$INSTALL_PATH/release_notes.txt"
|
||||||
type="Link"
|
type="Link"
|
||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
|
@ -90,8 +92,8 @@
|
||||||
target="$JAVA_HOME/bin/javaw"
|
target="$JAVA_HOME/bin/javaw"
|
||||||
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||||
initialState="noShow"
|
initialState="noShow"
|
||||||
iconFile="trashcan_full"
|
iconFile="${ENV[SystemRoot]}/system32/SHELL32.dll"
|
||||||
iconIndex="0"
|
iconIndex="102"
|
||||||
workingDirectory=""
|
workingDirectory=""
|
||||||
type="Application"
|
type="Application"
|
||||||
encoding="UTF-8"
|
encoding="UTF-8"
|
||||||
|
|
Loading…
Reference in New Issue