Skip to content

Commit

Permalink
Fix windows install
Browse files Browse the repository at this point in the history
  • Loading branch information
gungwald committed Oct 23, 2022
1 parent a044716 commit ff26d10
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions .idea/libraries/Maven__net_java_linoleum_jlfgr_1_0.xml

This file was deleted.

This file was deleted.

9 changes: 9 additions & 0 deletions .idea/libraries/izpack_standalone_compiler_4_3_5.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/libraries/jlfgr_1_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions rune.iml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" scope="PROVIDED" name="Maven: org.codehaus.izpack:izpack-standalone-compiler:4.3.5" level="project" />
<orderEntry type="library" name="Maven: net.java.linoleum:jlfgr:1_0" level="project" />
<orderEntry type="library" name="jlfgr-1_0" level="project" />
<orderEntry type="library" name="izpack-standalone-compiler-4.3.5" level="project" />
</component>
</module>
5 changes: 3 additions & 2 deletions src/main/izpack/izpack-main-install-setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>https://github.com/gungwald/rune</url>
<javaversion>@{target.java.version}</javaversion>
<requiresjdk>no</requiresjdk>
<!--<run-privileged condition="izpack.windowsinstall|izpack.macinstall" />-->
<run-privileged condition="izpack.windowsinstall|izpack.macinstall" />
<uninstaller write="yes" />
<readinstallationinformation>false</readinstallationinformation> <!-- Prevent izpack from stopping because old version is "incompatible". -->
<writeinstallationinformation>false</writeinstallationinformation> <!-- Prevent runtime error -->
Expand All @@ -25,11 +25,12 @@
<laf name="substance">
<os family="unix" />
</laf>
<!-- The default Windows theme doesn't look that good. -->
<laf name="looks"> <!-- JGoodies Looks -->
<os family="windows" />
<param name="variant" value="extwin" /> <!-- or just windows -->
</laf>
<modifier key="labelFontSize" value="1.2" />
<modifier key="labelFontSize" value="1.1" />
<modifier key="allYGap" value="10" />
</guiprefs>

Expand Down
2 changes: 1 addition & 1 deletion src/main/izpack/panel-shortcut-windows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
commandLine=""
workingDirectory="$USER_HOME"
description="A text editor that works the way you expect"
iconFile="$INSTALL_PATH/share/icons/rune.png"
iconFile="$INSTALL_PATH/share/icons/rune.ico"
iconIndex="0"
type="Application"
encoding="UTF-8"
Expand Down

0 comments on commit ff26d10

Please sign in to comment.