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
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"),