From cf09eff640c684c5664784707661648ddf4bc9ab Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Fri, 13 Oct 2023 17:49:48 +0200 Subject: [PATCH] Use new version of uninstaller: * logging * correct reboot --- dist/win/bundle/bundleWithWinfsp.wxs | 4 ++-- dist/win/bundle/resources/winfsp-uninstaller.url | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/win/bundle/bundleWithWinfsp.wxs b/dist/win/bundle/bundleWithWinfsp.wxs index 79b708ce1..8e009526e 100644 --- a/dist/win/bundle/bundleWithWinfsp.wxs +++ b/dist/win/bundle/bundleWithWinfsp.wxs @@ -37,9 +37,9 @@ Description="Executable to remove old winfsp" DetectCondition="false" InstallCondition="(InstalledLegacyWinFspVersion <> v0.0.0.0) AND ((WixBundleAction = 7) OR (WixBundleAction = 5))"> - + - diff --git a/dist/win/bundle/resources/winfsp-uninstaller.url b/dist/win/bundle/resources/winfsp-uninstaller.url index 3d766479f..96c678d6e 100644 --- a/dist/win/bundle/resources/winfsp-uninstaller.url +++ b/dist/win/bundle/resources/winfsp-uninstaller.url @@ -1,2 +1,2 @@ [InternetShortcut] -URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta8/winfsp-uninstaller.exe \ No newline at end of file +URL=https://github.com/cryptomator/winfsp-uninstaller/releases/download/1.0.0-beta9/winfsp-uninstaller.exe \ No newline at end of file