Windows: Patch host updater to reinject (#138)

This commit is contained in:
Ven 2022-10-22 18:17:02 +02:00 committed by GitHub
parent c116d00d03
commit a7dbd73547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 144 additions and 20 deletions

View file

@ -103,7 +103,7 @@ async function install(installations) {
fs.writeFileSync(
path.join(dir, "index.js"),
`require("${ENTRYPOINT}"); require("../app.asar");`
`require("${ENTRYPOINT}");`
);
fs.writeFileSync(
path.join(dir, "package.json"),