mirror of
https://github.com/EndPwnArchive/endpwn3.git
synced 2024-08-15 00:23:30 +00:00
support development branch
This commit is contained in:
parent
ce6280459d
commit
6c1a27fd17
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
|
||||
function load() {
|
||||
var branch = require('path').basename(data).substr(7);
|
||||
win.loadURL('https://' + (branch ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||
win.loadURL('https://' + (branch && branch != 'development' ? branch + '.' : '') + 'discordapp.com/channels/@me');
|
||||
}
|
||||
|
||||
// dont update EPAPI/CRISPR if DONTUPDATE exists
|
||||
|
|
Loading…
Reference in a new issue