File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 with :
2424 java-version : ' 17'
2525 distribution : ' temurin'
26+ - name : Set up IzPack 5
27+ run : |
28+ wget -O izpack-installer.jar https://repo1.maven.org/maven2/org/codehaus/izpack/izpack-dist/5.2.4/izpack-dist-5.2.4-installer.jar
29+ java -jar izpack-installer.jar -options .github/workflows/auto-install.xml
2630 - name : Generate override.properties
2731 run : |
2832 rm -f override.properties
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2+ <!--
3+ IzPack 5 unattended installation options file.
4+ Used in GitHub Actions to install IzPack 5 non-interactively.
5+
6+ Usage:
7+ java -jar izpack-dist-5.2.4-installer.jar -options .github/workflows/auto-install.xml
8+
9+ $USER_HOME resolves to the runner's home directory (~), so IzPack will be installed
10+ at ~/IzPack, which matches the default izpack5.home value in build.properties.
11+ -->
12+ <AutoInstall >
13+ <langpack code =" eng" />
14+ <installpath >$USER_HOME/IzPack</installpath >
15+ </AutoInstall >
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments