Merge pull request #3494 from cryptomator/feature/quick-access

Feature: Add unlocked vaults to an quick access area
This commit is contained in:
Armin Schrenk
2024-08-07 16:42:53 +02:00
committed by GitHub
12 changed files with 144 additions and 23 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ jobs:
--copyright "(C) 2016 - 2024 Skymatic GmbH"
--app-version "${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum }}"
--java-options "--enable-preview"
--java-options "--enable-native-access=org.cryptomator.jfuse.win"
--java-options "--enable-native-access=org.cryptomator.jfuse.win,org.cryptomator.integrations.win"
--java-options "-Xss5m"
--java-options "-Xmx256m"
--java-options "-Dcryptomator.appVersion=\"${{ needs.get-version.outputs.semVerStr }}\""