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);