WinFSP uninstall
This commit is contained in:
@@ -45,8 +45,8 @@
|
|||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
"test": "react-scripts test",
|
||||||
"eject": "react-scripts eject",
|
"eject": "react-scripts eject",
|
||||||
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
|
"electron-dev": "cross-env ELECTRON_START_URL=http://localhost:4866 electron .",
|
||||||
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:3000 electron .",
|
"electron-dev-unix": "cross-env ELECTRON_START_URL=http://localhost:4866 electron .",
|
||||||
"pack": "npm run build && electron-builder --dir --x64",
|
"pack": "npm run build && electron-builder --dir --x64",
|
||||||
"dist": "npm run build && electron-builder --x64",
|
"dist": "npm run build && electron-builder --x64",
|
||||||
"dist-all": "npm run build && electron-builder --x64 --win --linux --mac",
|
"dist-all": "npm run build && electron-builder --x64 --win --linux --mac",
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ const addListeners = (ipcMain, {standardIPCReply}) => {
|
|||||||
.performWindowsUninstall([
|
.performWindowsUninstall([
|
||||||
"WinFsp 2019.1",
|
"WinFsp 2019.1",
|
||||||
"WinFsp 2019.2",
|
"WinFsp 2019.2",
|
||||||
|
"WinFsp 2019.3",
|
||||||
"WinFsp 2019.3 B1",
|
"WinFsp 2019.3 B1",
|
||||||
"WinFsp 2019.3 B2",
|
"WinFsp 2019.3 B2",
|
||||||
"WinFsp 2019.3 B3",
|
"WinFsp 2019.3 B3",
|
||||||
|
|||||||
Reference in New Issue
Block a user