Skip to content

Commit

Permalink
Version 1.8.3 preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Dec 4, 2022
1 parent d65abd8 commit 6602302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -11,7 +11,7 @@ on:
env:
INSTALL4J_URL: https://download.ej-technologies.com/install4j/install4j_linux-x64_10_0_4.tar.gz
LICENSE_KEY_10: ${{ secrets.LICENSE_KEY_10 }}
CODE_SIGN_P12: ${{ secrets.CODE_SIGN_P12 }}
MAC_CODE_SIGN_P12: ${{ secrets.MAC_CODE_SIGN_P12 }}
WIN_CODE_SIGN_PFX: ${{ secrets.WIN_CODE_SIGN_PFX }}
MAC_KEYSTORE_PASSWORD: ${{ secrets.MAC_KEYSTORE_PASSWORD }}
WIN_KEYSTORE_PASSWORD: ${{ secrets.WIN_KEYSTORE_PASSWORD }}
Expand All @@ -34,7 +34,7 @@ jobs:
wget --tries=3 ${{ env.INSTALL4J_URL }}
tar zxvf install4j_linux-x64_10_0_4.tar.gz
- name: Add signing key for MAC
run: 'echo "$CODE_SIGN_P12" | base64 -d >code_sign.p12'
run: 'echo "$MAC_CODE_SIGN_P12" | base64 -d >mac_code_sign.p12'
- name: Add signing key for WIN
run: 'echo "$WIN_CODE_SIGN_PFX" | base64 -d >win_code_sign.pfx'
- name: Build with install4j
Expand Down
2 changes: 1 addition & 1 deletion asciidocfx.install4j
Expand Up @@ -7,7 +7,7 @@
<envVar name="JDK_HOME" />
<registry />
</searchSequence>
<codeSigning macEnabled="true" macPkcs12File="${compiler:env.GITHUB_WORKSPACE}/code_sign.p12" windowsEnabled="true" windowsPkcs12File="${compiler:env.GITHUB_WORKSPACE}/win_code_sign.pfx" />
<codeSigning macEnabled="true" macPkcs12File="${compiler:env.GITHUB_WORKSPACE}/mac_code_sign.p12" windowsEnabled="true" windowsPkcs12File="${compiler:env.GITHUB_WORKSPACE}/win_code_sign.pfx" />
<jreBundles jdkProviderId="Adoptium" release="19/jdk-19.0.1+10" />
</application>
<files globalExcludeSuffixes="bin" defaultOverwriteMode="1" launcherOverwriteMode="1" defaultFileMode="755">
Expand Down

0 comments on commit 6602302

Please sign in to comment.