From 8bfbfc7700c104b9233845ed5e8c55e9e42ee18b Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Tue, 19 Oct 2021 19:12:53 +0200 Subject: [PATCH] Update installer workflow to add options introduced in JDK 17 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32e10bdec..973c08ea4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -534,6 +534,9 @@ jobs: --app-version "${{ needs.metadata.outputs.semVerNum }}" --win-menu --win-dir-chooser + --win-shortcut-prompt + --win-update-url "https:\\cryptomator.org" + --win-menu-group Cryptomator --resource-dir dist/win/resources --license-file dist/win/resources/license.rtf --file-associations dist/win/resources/FAvaultFile.properties