Fix spawn() failure on Windows when paths contain spaces

This commit is contained in:
2020-02-11 17:19:30 -06:00
parent c7ca05d43c
commit bd17c1429d
3 changed files with 59 additions and 35 deletions

View File

@@ -5,14 +5,15 @@
"author": "scott.e.graves@protonmail.com",
"description": "GUI for Repertory - Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions via FUSE on Linux/OS X or via WinFSP on Windows.",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@reduxjs/toolkit": "^1.2.3",
"@reduxjs/toolkit": "^1.2.4",
"auto-launch": "^5.0.5",
"axios": "^0.19.2",
"devtron": "^1.4.0",
"electron-debug": "^3.0.1",
"electron-log": "^4.0.6",
"font-awesome": "^4.7.0",
"node-schedule": "^1.3.2",
"randomstring": "^1.1.5",
@@ -21,10 +22,10 @@
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.1.3",
"react-scripts": "3.3.1",
"react-tooltip": "^3.11.4",
"react-tooltip": "^4.0.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"unzipper": "^0.10.7",
"unzipper": "^0.10.8",
"winreg": "^1.2.4"
},
"devDependencies": {