update to uninstaller-beta4

This commit is contained in:
Armin Schrenk
2023-07-24 10:36:23 +02:00
parent c6ab05979c
commit 0800c53aac
2 changed files with 3 additions and 2 deletions

View File

@@ -45,10 +45,11 @@
<CommandLine Condition="WixBundleUILevel &gt; 3" InstallArgument="-t &quot;Cryptomator Installer&quot; -m &quot;Cryptomator requires a newer version of the WinFsp driver. The installer will now uninstall WinFsp, reboot, and afterwards proceed with the installation.
Do you want to continue?&quot;" />
<ExitCode Behavior="forceReboot" Value="0"/>
<ExitCode Behavior="success" Value="0"/>
<ExitCode Behavior="success" Value="1"/>
<ExitCode Behavior="error" Value="2"/>
<ExitCode Behavior="error" Value="3"/>
<ExitCode Behavior="forceReboot" Value="4"/>
</ExePackage>
<!-- see https://wixtoolset.org/documentation/manual/v3/xsd/wix/msipackage.html-->
<MsiPackage

View File

@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta3/winfsp-uninstaller.exe
URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta4/winfsp-uninstaller.exe