damn slashes

This commit is contained in:
Astra 2018-05-07 23:12:31 -04:00
parent f16c6239c0
commit 4354e62546
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
function load() {
var branch = require('path').basename(data).substr(7);
//win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
electron.BrowserWindow.addExtension(data + 'crxpwn');
electron.BrowserWindow.addExtension(data + '/crxpwn');
electron.getCurrentWindow().loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
}