mirror of https://github.com/rusefi/RomRaider.git
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@758 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
521c844b61
commit
dde9835dd7
|
@ -1,14 +1,13 @@
|
|||
<shortcuts>
|
||||
<skipIfNotSupported />
|
||||
<programGroup defaultName="Enginuity"
|
||||
location="applications||startMenu" />
|
||||
<programGroup defaultName="Enginuity.org/Enginuity" location="startMenu"/>
|
||||
|
||||
<shortcut
|
||||
name="Enginuity"
|
||||
programGroup="yes"
|
||||
desktop="yes"
|
||||
applications="no"
|
||||
startMenu="no"
|
||||
applications="yes"
|
||||
startMenu="yes"
|
||||
startup="no"
|
||||
target="$JAVA_HOME/bin/java"
|
||||
commandLine="-Djava.library.path=lib -Xmx256M -jar "$INSTALL_PATH/Enginuity.jar""
|
||||
|
@ -23,10 +22,10 @@
|
|||
|
||||
|
||||
<shortcut
|
||||
name="License"
|
||||
name="Enginuity License"
|
||||
programGroup="yes"
|
||||
desktop="yes"
|
||||
applications="no"
|
||||
applications="yes"
|
||||
startMenu="yes"
|
||||
startup="no"
|
||||
target=""
|
||||
|
@ -44,10 +43,10 @@
|
|||
|
||||
|
||||
<shortcut
|
||||
name="Release Notes"
|
||||
name="Enginuity Release Notes"
|
||||
programGroup="yes"
|
||||
desktop="yes"
|
||||
applications="no"
|
||||
applications="yes"
|
||||
startMenu="yes"
|
||||
startup="no"
|
||||
target=""
|
||||
|
@ -67,8 +66,8 @@
|
|||
name="Enginuity Uninstaller"
|
||||
programGroup="yes"
|
||||
desktop="yes"
|
||||
applications="no"
|
||||
startMenu="no"
|
||||
applications="yes"
|
||||
startMenu="yes"
|
||||
startup="no"
|
||||
target="$JAVA_HOME/bin/java"
|
||||
commandLine="-jar "$INSTALL_PATH/Uninstaller/uninstaller.jar""
|
||||
|
|
Loading…
Reference in New Issue