Skip to content

Commit

Permalink
workaround for #72
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 27, 2024
1 parent b62c2d9 commit 47a9888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
envsubst < dist/jpackage.args > target/jpackage.args
"${JAVA_HOME}/bin/jpackage" '@./target/jpackage.args'
env:
JP_APP_VERSION: ${{ needs.prepare.outputs.semVerNum }}
JP_APP_VERSION: '1.0.0' # see https://github.com/cryptomator/cli/issues/72
APP_VERSION: ${{ needs.prepare.outputs.semVerStr }}
NATIVE_ACCESS_PACKAGE: org.cryptomator.jfuse.mac
- name: Patch .app dir
Expand Down

0 comments on commit 47a9888

Please sign in to comment.