Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix natives end tag

...

Code Block
languagehtml/xml
titleHow to including native DLLs for ShortcutPanel
<natives>
    <native type="izpack" name="ShellLink.dll"/>
    <native type="izpack" name="ShellLink_x64.dll"/>
<natives></natives>

Both 32-bit and 64-bit versions are built-in to IzPack.

...