mirror of
https://github.com/EndPwnArchive/cynergy.git
synced 2024-08-14 22:46:57 +00:00
fix epipen for linux
im gay :godmode:
This commit is contained in:
parent
d2c46a73c5
commit
bd8c9ad853
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ exports.go = function () {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
let appdata = el.app.getAppPath().replace(/\\/g,"/");
|
let appdata = el.app.getPath('userData').replace(/\\/g,"/");
|
||||||
|
|
||||||
var settings = {
|
var settings = {
|
||||||
get: function (k) {
|
get: function (k) {
|
||||||
|
|
Loading…
Reference in a new issue