diff options
author | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:36:32 +0000 |
---|---|---|
committer | tkellner <tkellner@3a0b52a2-8410-0410-bc02-ff6273a87459> | 2012-10-31 16:36:32 +0000 |
commit | e52c3d4e9e08da160aa9056a37ab788a6364935b (patch) | |
tree | 13c43ec235d875ad0d32d29356bcec1966b77c5d /trunk/pdf-over-gui/src/main/resources | |
parent | 1575f5f629ecddf8ef97915d2dcdf99cde2267ba (diff) | |
download | pdf-over-e52c3d4e9e08da160aa9056a37ab788a6364935b.tar.gz pdf-over-e52c3d4e9e08da160aa9056a37ab788a6364935b.tar.bz2 pdf-over-e52c3d4e9e08da160aa9056a37ab788a6364935b.zip |
+ added izpack resource changes
git-svn-id: https://svn.iaik.tugraz.at/svn/egiz/prj/current/12PDF-OVER-4.0@12685 3a0b52a2-8410-0410-bc02-ff6273a87459
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources')
4 files changed, 4 insertions, 2 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/defaultInstallDir.txt b/trunk/pdf-over-gui/src/main/resources/izpack/defaultInstallDir.txt new file mode 100644 index 00000000..a4426402 --- /dev/null +++ b/trunk/pdf-over-gui/src/main/resources/izpack/defaultInstallDir.txt @@ -0,0 +1 @@ +${ENV[APPDATA]}\pdfOver
\ No newline at end of file diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml index 002584ca..3b40fa91 100644 --- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml @@ -29,6 +29,7 @@ <resources> <res src="./unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml" /> <res src="./win_shortcutSpec.xml" id="Win_shortcutSpec.xml" /> + <res id="TargetPanel.dir.windows" src="defaultInstallDir.txt" /> </resources> <native type="izpack" name="ShellLink.dll"> diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/trunk/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml index 05e8bee8..80b31004 100644 --- a/trunk/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml +++ b/trunk/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml @@ -16,7 +16,7 @@ commandLine="" workingDirectory="$INSTALL_PATH" description="PDFOver 4.0" - iconFile="$INSTALL_PATH/icons/pdfover.png" + iconFile="$INSTALL_PATH/icons/icon.png" iconIndex="0" type="Application" encoding="UTF-8" diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml index 8ad6666f..64f3fa9b 100644 --- a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml +++ b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec.xml @@ -16,7 +16,7 @@ commandLine="" workingDirectory="$INSTALL_PATH/lib" description="PDFOver 4.0" - iconFile="$INSTALL_PATH/icons/pdfover.ico" + iconFile="$INSTALL_PATH/icons/icon.ico" iconIndex="0" type="Application" encoding="UTF-8" |