Additional WinFSP display names

This commit is contained in:
2019-08-28 09:50:17 -05:00
parent f6b9465d5c
commit 82000992d9

View File

@@ -744,7 +744,7 @@ ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => {
}; };
if (data.IsWinFSP) { if (data.IsWinFSP) {
helpers 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 => { .then(uninstalled => {
if (uninstalled) { if (uninstalled) {
standardIPCReply(event, Constants.IPC_Install_Dependency_Reply, { standardIPCReply(event, Constants.IPC_Install_Dependency_Reply, {