mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
more path fixes, bump version
This commit is contained in:
parent
380151f43a
commit
297c67c825
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
* Memework(tm) - Discord datamining
|
||||
*/
|
||||
|
||||
let cyn_ver = 1;
|
||||
let cyn_ver = 2;
|
||||
|
||||
let electron = require("electron").remote;
|
||||
let remote = electron;
|
||||
|
@ -28,7 +28,7 @@ var cacheclear = function () {
|
|||
}
|
||||
|
||||
var cleanup = function () {
|
||||
_win.loadURL('https://canary.discordapp.com/channels/@me');
|
||||
_win.loadURL('https://discordapp.com/channels/@me');
|
||||
}
|
||||
|
||||
var setup = function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue