From fb3d64c43f858633417577770d8250fe2bb326cb Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 11 May 2022 12:41:33 +0200 Subject: [PATCH] update integrations-win dependency --- dist/win/build.ps1 | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/win/build.ps1 b/dist/win/build.ps1 index abecdef61..61a2ab42e 100644 --- a/dist/win/build.ps1 +++ b/dist/win/build.ps1 @@ -76,6 +76,7 @@ if ($clean -and (Test-Path -Path $appPath)) { --java-options "-Dcryptomator.ipcSocketPath=`"~/AppData/Roaming/Cryptomator/ipc.socket`"" ` --java-options "-Dcryptomator.keychainPath=`"~/AppData/Roaming/Cryptomator/keychain.json`"" ` --java-options "-Dcryptomator.mountPointsDir=`"~/Cryptomator`"" ` + --java-options "-Dcryptomator.integrationsWin.autoStartShellLinkName=`"Cryptomator`"" ` --java-options "-Dcryptomator.showTrayIcon=true" ` --java-options "-Dcryptomator.buildNumber=`"msi-$revisionNo`"" ` --resource-dir resources ` diff --git a/pom.xml b/pom.xml index c4290f374..25e874630 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ 2.4.1 1.1.0 - 1.1.0 + 1.1.1 1.1.0 1.1.0 1.3.4