Additional WinFSP display names
This commit is contained in:
@@ -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, {
|
||||||
|
|||||||
Reference in New Issue
Block a user