* Izpack: Add 64-bit windows dll so installer doesn't die trying to add shortcuts
This commit is contained in:
@ -78,8 +78,21 @@
|
|||||||
<langpack iso3="ukr"/>
|
<langpack iso3="ukr"/>
|
||||||
</locale>
|
</locale>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
The <os> tag can be used to restrict the inclusion into the uninstaller
|
||||||
|
to a specific operating system family, architecture or version.
|
||||||
|
The inclusion into the installer will be always done.
|
||||||
|
Here's a sample :
|
||||||
|
|
||||||
|
<native type="izpack" name="ShellLink.dll">
|
||||||
|
<os family="windows"/>
|
||||||
|
</native>
|
||||||
|
|
||||||
|
This doesn't appear to be necessary, the dlls don't get put in Uninstaller/uninstaller.jar on linux
|
||||||
|
-->
|
||||||
<native type="izpack" name="ShellLink.dll" />
|
<native type="izpack" name="ShellLink.dll" />
|
||||||
|
<native type="izpack" name="ShellLink_x64.dll" />
|
||||||
|
|
||||||
<resources>
|
<resources>
|
||||||
<res id="Installer.image" src="installer/resources/i2plogo.png" />
|
<res id="Installer.image" src="installer/resources/i2plogo.png" />
|
||||||
<res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>
|
<res id="InfoPanel.info" src="installer/resources/readme.license.txt"/>
|
||||||
|
Reference in New Issue
Block a user