mirror of
https://github.com/cryptomator/cryptomator.git
synced 2025-02-20 02:03:07 +00:00
third slash's the charm
This commit is contained in:
parent
afe7737129
commit
c429de6a66
4
.github/workflows/win-exe.yml
vendored
4
.github/workflows/win-exe.yml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
-Dlicense.includedScopes=compile
|
||||
-Dlicense.excludedGroups=^org\.cryptomator
|
||||
-Dlicense.failOnMissing=true
|
||||
-Dlicense.licenseMergesUrl=file://${{ github.workspace }}/license/merges
|
||||
-Dlicense.licenseMergesUrl=file:///${{ github.workspace }}/license/merges
|
||||
- name: Create MSI
|
||||
run: >
|
||||
${JAVA_HOME}/bin/jpackage
|
||||
@ -214,7 +214,7 @@ jobs:
|
||||
-Dlicense.includedScopes=compile
|
||||
-Dlicense.excludedGroups=^org\.cryptomator
|
||||
-Dlicense.failOnMissing=true
|
||||
-Dlicense.licenseMergesUrl=file://${{ github.workspace }}/license/merges
|
||||
-Dlicense.licenseMergesUrl=file:///${{ github.workspace }}/license/merges
|
||||
- name: Download WinFsp
|
||||
run:
|
||||
curl --output dist/win/bundle/resources/winfsp.msi -L ${{ env.WINFSP_MSI }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user