From 2170269bfbeb271cbd31b4258c8c21ae8ad9c8f0 Mon Sep 17 00:00:00 2001 From: Astra Date: Wed, 16 May 2018 18:47:20 -0400 Subject: [PATCH] a --- stage2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.js b/stage2.js index 2e16b22..1fb2f2f 100644 --- a/stage2.js +++ b/stage2.js @@ -36,7 +36,7 @@ var epapi = __krequire('epapi.js'); // add window.reload() - window.reload = () => { app.relaunch(); app.exit(); }; + window.reload = () => { electron.app.relaunch(); electron.app.exit(); }; // call the entrypoint epapi.go('bootsyhax-dr1ft', 0, 1);