|
@@ -81,7 +81,7 @@ jobs:
|
|
|
--dest appdir
|
|
|
--name Cryptomator
|
|
|
--vendor "Skymatic GmbH"
|
|
|
- --copyright "(C) 2016 - 2022 Skymatic GmbH"
|
|
|
+ --copyright "(C) 2016 - 2023 Skymatic GmbH"
|
|
|
--app-version "${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum }}"
|
|
|
--java-options "-Xss5m"
|
|
|
--java-options "-Xmx256m"
|
|
@@ -147,7 +147,7 @@ jobs:
|
|
|
--dest installer
|
|
|
--name Cryptomator
|
|
|
--vendor "Skymatic GmbH"
|
|
|
- --copyright "(C) 2016 - 2022 Skymatic GmbH"
|
|
|
+ --copyright "(C) 2016 - 2023 Skymatic GmbH"
|
|
|
--app-version "${{ needs.get-version.outputs.semVerNum }}"
|
|
|
--win-menu
|
|
|
--win-dir-chooser
|
|
@@ -245,7 +245,7 @@ jobs:
|
|
|
-out dist/win/bundle/
|
|
|
-dBundleVersion="${{ needs.get-version.outputs.semVerNum }}.${{ needs.get-version.outputs.revNum }}"
|
|
|
-dBundleVendor="Skymatic GmbH"
|
|
|
- -dBundleCopyright="(C) 2016 - 2022 Skymatic GmbH"
|
|
|
+ -dBundleCopyright="(C) 2016 - 2023 Skymatic GmbH"
|
|
|
-dAboutUrl="https://cryptomator.org"
|
|
|
-dHelpUrl="https://cryptomator.org/contact"
|
|
|
-dUpdateUrl="https://cryptomator.org/downloads/"
|