From 3846c855008e3c6dfd67e770fd84f6dd75642e6a Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 4 Aug 2020 13:42:00 -0500 Subject: [PATCH] Additional uninstall strings --- src/renderer/ipc/DependencyIPC.js | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/src/renderer/ipc/DependencyIPC.js b/src/renderer/ipc/DependencyIPC.js index 83d3210..1db2dec 100644 --- a/src/renderer/ipc/DependencyIPC.js +++ b/src/renderer/ipc/DependencyIPC.js @@ -73,14 +73,19 @@ const addListeners = (ipcMain, {standardIPCReply}) => { if (data.IsWinFSP) { helpers .performWindowsUninstall([ - "WinFsp 2019.1", - "WinFsp 2019.2", - "WinFsp 2019.3", - "WinFsp 2019.3 B1", - "WinFsp 2019.3 B2", - "WinFsp 2019.3 B3", - "WinFsp 2019.3 B4", - "WinFsp 2019.3 B5" + 'WinFsp 2019', + 'WinFsp 2019.0', + 'WinFsp 2019.1', + 'WinFsp 2019.2', + 'WinFsp 2019.3', + 'WinFsp 2019.3 B1', + 'WinFsp 2019.3 B2', + 'WinFsp 2019.3 B3', + 'WinFsp 2019.3 B4', + 'WinFsp 2019.3 B5', + 'WinFsp 2020', + 'WinFsp 2020.0', + 'WinFsp 2020.1', ]) .then(uninstalled => { if (uninstalled) {