Skip to content

Commit

Permalink
Update install4j file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Dec 1, 2023
1 parent a56dfcb commit 4c8e252
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 21
java-version: 21.0.1
cache: 'gradle'

- name: Grant execute permission for gradlew
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
environment: deploy
runs-on: ubuntu-latest
env:
INSTALL4J_DIR: "install4j/install4j10.0.3"
INSTALL4J_DIR: "install4j/install4j10.0.6"

steps:
- uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: 21
java-version: 21.0.1
cache: 'gradle'

- name: Grant execute permission for gradlew
Expand Down Expand Up @@ -87,13 +87,13 @@ jobs:
- name: Download Install4j
run: |
mkdir -p "$HOME/install4j"
curl https://content.faforever.com/build/install4j_unix_10_0_3.tar.gz -o "$HOME/install4j/install4j.tar.gz"
curl https://content.faforever.com/build/install4j_unix_10_0_6.tar.gz -o "$HOME/install4j/install4j.tar.gz"
tar xzf "$HOME/install4j/install4j.tar.gz" -C "$HOME/install4j"
- name: Download Bundled JRE
run: |
mkdir -p "$HOME/.local/share/install4j/v9/jres"
curl https://content.faforever.com/build/jre/windows-amd64-17.0.1.tar.gz -o "$HOME/.local/share/install4j/v9/jres/windows-amd64-17.0.1.tar.gz"
mkdir -p "$HOME/.local/share/install4j/v10/jres"
curl https://content.faforever.com/build/jre/windows-amd64-21.0.1.tar.gz -o "$HOME/.local/share/install4j/v10/jres/windows-amd64-21.0.1.tar.gz"
- name: Build Windows Files
run: |
Expand Down
6 changes: 3 additions & 3 deletions faf-client.install4j
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<install4j version="10.0.3" transformSequenceNumber="10">
<install4j version="10.0.6" transformSequenceNumber="10">
<directoryPresets config="./build/resources/steam_appid.txt" />
<application name="FAF Client" applicationId="2848-7798-9769-5013" mediaDir="./build/install4j" lzmaCompression="true" pack200Compression="true" shortName="faf" publisher="FAForever" publisherWeb="https://github.com/FAForever/downlords-faf-client" allPathsRelative="true" autoSave="true" macVolumeId="e230e730a6fc064c" javaMinVersion="17" allowBetaVM="true">
<languages>
Expand Down Expand Up @@ -712,14 +712,14 @@ return console.askYesNo(message, true);
<entry location="lib/faf-uid" />
<entry location="lib/uid" />
</exclude>
<jreBundle usePack200="false" jreBundleSource="preCreated" includedJre="windows-amd64-17.0.1" directDownload="true" />
<jreBundle usePack200="false" jreBundleSource="preCreated" includedJre="windows-amd64-21.0.1" directDownload="true" />
</windows>
<windowsArchive name="Windows Archive" id="330" installDir="faf-client-${compiler:sys.version}" architecture="64">
<exclude>
<entry location="lib/faf-ice-adapter" />
<entry location="lib/faf-uid" />
</exclude>
<jreBundle jreBundleSource="preCreated" includedJre="windows-amd64-17.0.1" />
<jreBundle jreBundleSource="preCreated" includedJre="windows-amd64-21.0.1" />
</windowsArchive>
<unixArchive name="Unix Archive" id="331" installDir="faf-client-${compiler:sys.version}">
<exclude>
Expand Down

0 comments on commit 4c8e252

Please sign in to comment.