Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
参照元のURLをgithubのリポジトリに変更
  • Loading branch information
syado committed Jul 1, 2019
1 parent 5b11d25 commit fe0044c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ app.on("ready", () => {
fullscreenable: false,
fullscreen: false,
})
win.loadURL(`file://${__dirname}/docs/index.html`)
// win.loadURL(`file://${__dirname}/docs/index.html`);
win.loadURL(`http://github.syado.net/LOL-TFT-tool/index.html`);
win.setAlwaysOnTop(true);
win.setIgnoreMouseEvents(false);
win.on('closed', () => { win = null; })
Expand Down

0 comments on commit fe0044c

Please sign in to comment.