Skip to content

Commit

Permalink
Build: Prep for izpack 5.2.3 (Github i2p#86)
Browse files Browse the repository at this point in the history
Update shortcut spec format, old format does not work with 5.2.3,
new format works with 4.3.0, 5.1.3, and 5.2.3

Format grabbed from ./izpack-dist/src/main/izpack/shortcutSpec.xml in izpack repo https://github.com/izpack/izpack
and specified at https://izpack.atlassian.net/wiki/spaces/IZPACK/pages/491733/Shortcut+Specification
  • Loading branch information
zzzi2p committed Nov 29, 2024
1 parent 085bbbb commit 7e9e78f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions installer/resources/shortcutSpec.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<shortcuts>
<izpack:shortcuts version="5.0"
xmlns:izpack="http://izpack.org/schema/shortcuts"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://izpack.org/schema/shortcuts http://izpack.org/schema/5.0/izpack-shortcuts-5.0.xsd">
<skipIfNotSupported/>
<programGroup defaultName="I2P" location="startMenu" />
<shortcut name="Open I2P Profile Folder (service)"
target="explorer"
Expand Down Expand Up @@ -49,4 +53,4 @@
startMenu="no"
programGroup="yes"
startup="no" />
</shortcuts>
</izpack:shortcuts>

0 comments on commit 7e9e78f

Please sign in to comment.