From a7dbd73547104540218d4699fcf643fca727d2fc Mon Sep 17 00:00:00 2001 From: Ven Date: Sat, 22 Oct 2022 18:17:02 +0200 Subject: Windows: Patch host updater to reinject (#138) --- scripts/patcher/install.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/patcher/install.js') diff --git a/scripts/patcher/install.js b/scripts/patcher/install.js index 7fd3a8c..036b0fa 100755 --- a/scripts/patcher/install.js +++ b/scripts/patcher/install.js @@ -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"), -- cgit