aboutsummaryrefslogtreecommitdiff
path: root/scripts/patcher/install.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/patcher/install.js')
-rwxr-xr-xscripts/patcher/install.js2
1 files changed, 1 insertions, 1 deletions
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"),