diff options
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml index e0d82271..b6df3eb7 100644 --- a/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml +++ b/pdf-over-gui/src/main/resources/izpack/unix_shortcutSpec.xml @@ -1,29 +1,29 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - -<shortcuts> - <!-- <skipIfNotSupported/> --> - <programGroup defaultName="PDF-Over" - location="applications"/> - - <shortcut - name="PDF-Over" - programGroup="yes" - desktop="yes" - applications="no" - startMenu="no" - startup="no" - target="$INSTALL_PATH/scripts/pdf-over_linux.sh" - commandLine="" - workingDirectory="$INSTALL_PATH" - description="PDF-Over 4.1" - iconFile="$INSTALL_PATH/icons/icon.png" - iconIndex="0" - type="Application" - encoding="UTF-8" - terminal="false" - KdeSubstUID="false" - initialState="normal"> - <createForPack name="main"/> - </shortcut> - -</shortcuts> +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<shortcuts>
+ <!-- <skipIfNotSupported/> -->
+ <programGroup defaultName="PDF-Over"
+ location="applications"/>
+
+ <shortcut
+ name="PDF-Over"
+ programGroup="yes"
+ desktop="yes"
+ applications="no"
+ startMenu="no"
+ startup="no"
+ target="$INSTALL_PATH/scripts/pdf-over_linux.sh"
+ commandLine=""
+ workingDirectory="$INSTALL_PATH"
+ description="PDF-Over 4.1"
+ iconFile="$INSTALL_PATH/icons/icon.png"
+ iconIndex="0"
+ type="Application"
+ encoding="UTF-8"
+ terminal="false"
+ KdeSubstUID="false"
+ initialState="normal">
+ <createForPack name="main"/>
+ </shortcut>
+
+</shortcuts>
|