diff --git a/electron_wegame/wegame.js b/electron_wegame/wegame.js index 69f121e1..43085be8 100644 --- a/electron_wegame/wegame.js +++ b/electron_wegame/wegame.js @@ -1,5 +1,5 @@ const railsdk = require("./wegame_sdk/railsdk.js"); -const { dialog } = require("electron"); +const { dialog, remote } = require("electron"); function init(isDev) { console.log("Step 1: wegame: init");