feat(installer): Implement cross-platform patcher. (#39)

* megu cute
This commit is contained in:
megumin 2022-10-04 21:07:34 +01:00 committed by GitHub
parent c5e0c7a6e7
commit 88542b9ede
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 481 additions and 255 deletions

View file

@ -8,12 +8,15 @@
"yazl": "^2.5.1"
},
"dependencies": {
"console-menu": "^0.1.0",
"discord-types": "^1.3.26",
"electron-devtools-installer": "^3.2.0"
},
"scripts": {
"buildWeb": "node buildWeb.mjs",
"build": "node build.mjs",
"watch": "node build.mjs --watch"
"watch": "node build.mjs --watch",
"patch": "node scripts/patcher/install.js",
"unpatch": "node scripts/patcher/uninstall.js"
}
}