Selaa lähdekoodia

Merge branch 'main' into develop

Armin Schrenk 1 vuosi sitten
vanhempi
commit
b40e6db701

+ 3 - 0
.github/workflows/win-exe.yml

@@ -40,6 +40,9 @@ jobs:
       LOOPBACK_ALIAS: 'cryptomator-vault'
       WIN_CONSOLE_FLAG: ''
     steps:
+      - name: Upgrade WIX to latest version
+        run: choco install wixtoolset --version 3.14.1
+        shell: pwsh
       - uses: actions/checkout@v4
       - name: Setup Java
         uses: actions/setup-java@v4

+ 3 - 0
dist/linux/common/org.cryptomator.Cryptomator.metainfo.xml

@@ -70,6 +70,9 @@
 	</content_rating>
 
 	<releases>
+		<release date="2024-03-27" version="1.12.4">
+			<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.4</url>
+		</release>
 		<release date="2024-02-27" version="1.12.3">
 			<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.3</url>
 		</release>