Skip to content

Commit

Permalink
Fixed RomRaider program menu icons in Linux installer
Browse files Browse the repository at this point in the history
  • Loading branch information
dschultzca committed Jan 5, 2013
1 parent f8d554c commit 5214959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions templates/install-linux.xml.template
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
<file src="ecu_defs.dtd" targetdir="$INSTALL_PATH"/> <file src="ecu_defs.dtd" targetdir="$INSTALL_PATH"/>
<file src="logger.dtd" targetdir="$INSTALL_PATH"/> <file src="logger.dtd" targetdir="$INSTALL_PATH"/>
<file src="profile.dtd" targetdir="$INSTALL_PATH"/> <file src="profile.dtd" targetdir="$INSTALL_PATH"/>
<file src="src/main/resources/graphics/romraider-ico.ico" targetdir="$INSTALL_PATH"/>
<file src="src/main/resources/graphics/icon-close.png" targetdir="$INSTALL_PATH"/>


<file src="post-install-tasks.sh" targetdir="$INSTALL_PATH"/> <file src="post-install-tasks.sh" targetdir="$INSTALL_PATH"/>


Expand Down
6 changes: 3 additions & 3 deletions templates/shortcutSpec-linux.xml.template
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
target="$JAVA_HOME/bin/java" target="$JAVA_HOME/bin/java"
commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot;" commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot;"
initialState="normal" initialState="normal"
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico" iconFile="$INSTALL_PATH/romraider-ico.ico"
workingDirectory="$INSTALL_PATH" workingDirectory="$INSTALL_PATH"
type="Application" type="Application"
encoding="UTF-8" encoding="UTF-8"
Expand All @@ -32,7 +32,7 @@
target="$JAVA_HOME/bin/java" target="$JAVA_HOME/bin/java"
commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot; -logger" commandLine="@jvm.args.linux@ -jar &quot;$INSTALL_PATH/@name.package@.jar&quot; -logger"
initialState="normal" initialState="normal"
iconFile="$INSTALL_PATH/src/main/resources/graphics/romraider-ico.ico" iconFile="$INSTALL_PATH/romraider-ico.ico"
workingDirectory="$INSTALL_PATH" workingDirectory="$INSTALL_PATH"
type="Application" type="Application"
encoding="UTF-8" encoding="UTF-8"
Expand Down Expand Up @@ -90,7 +90,7 @@
target="nohup" target="nohup"
commandLine="java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot; &gt; /dev/null 2&gt;&amp;1" commandLine="java -jar &quot;$INSTALL_PATH/Uninstaller/uninstaller.jar&quot; &gt; /dev/null 2&gt;&amp;1"
initialState="normal" initialState="normal"
iconFile="$INSTALL_PATH/src/main/resources/graphics/icon-close.png" iconFile="$INSTALL_PATH/icon-close.png"
iconIndex="0" iconIndex="0"
workingDirectory="" workingDirectory=""
type="Application" type="Application"
Expand Down

0 comments on commit 5214959

Please sign in to comment.