|
@@ -88,7 +88,7 @@ if ($clean -and (Test-Path -Path $appPath)) {
|
|
"-Dlicense.includedScopes=compile" `
|
|
"-Dlicense.includedScopes=compile" `
|
|
"-Dlicense.excludedGroups=^org\.cryptomator" `
|
|
"-Dlicense.excludedGroups=^org\.cryptomator" `
|
|
"-Dlicense.failOnMissing=true" `
|
|
"-Dlicense.failOnMissing=true" `
|
|
- "-Dlicense.licenseMergesUrl=file:///$buildDir/../../third-party.merges"
|
|
|
|
|
|
+ "-Dlicense.licenseMergesUrl=file:///$buildDir/../../license/merges"
|
|
|
|
|
|
# patch app dir
|
|
# patch app dir
|
|
Copy-Item "contrib\*" -Destination "Cryptomator"
|
|
Copy-Item "contrib\*" -Destination "Cryptomator"
|
|
@@ -128,7 +128,7 @@ $Env:JP_WIXWIZARD_RESOURCES = "$buildDir\resources"
|
|
"-Dlicense.includedScopes=compile" `
|
|
"-Dlicense.includedScopes=compile" `
|
|
"-Dlicense.excludedGroups=^org\.cryptomator" `
|
|
"-Dlicense.excludedGroups=^org\.cryptomator" `
|
|
"-Dlicense.failOnMissing=true" `
|
|
"-Dlicense.failOnMissing=true" `
|
|
- "-Dlicense.licenseMergesUrl=file:///$buildDir/../../third-party.merges"
|
|
|
|
|
|
+ "-Dlicense.licenseMergesUrl=file:///$buildDir/../../license/merges"
|
|
|
|
|
|
# download Winfsp
|
|
# download Winfsp
|
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|