From 82000992d92f0d0b766e925a60e6ad94aed47833 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 28 Aug 2019 09:50:17 -0500 Subject: [PATCH] Additional WinFSP display names --- public/electron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/electron.js b/public/electron.js index dd4ab76..6772291 100644 --- a/public/electron.js +++ b/public/electron.js @@ -744,7 +744,7 @@ ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => { }; if (data.IsWinFSP) { helpers - .performWindowsUninstall(["WinFsp 2019.3 B1", "WinFsp 2019.3 B2"]) + .performWindowsUninstall(["WinFsp 2019.1", "WinFsp 2019.2", "WinFsp 2019.3 B1", "WinFsp 2019.3 B2"]) .then(uninstalled => { if (uninstalled) { standardIPCReply(event, Constants.IPC_Install_Dependency_Reply, {