From bd8c9ad853db7c5df435c131c9f28407841c0b6f Mon Sep 17 00:00:00 2001 From: no-boot-device Date: Mon, 18 Dec 2017 22:54:16 -0600 Subject: [PATCH] fix epipen for linux im gay :godmode: --- libs/epapi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/epapi.js b/libs/epapi.js index 0b5425a..2f15054 100644 --- a/libs/epapi.js +++ b/libs/epapi.js @@ -228,7 +228,7 @@ exports.go = function () { } } -let appdata = el.app.getAppPath().replace(/\\/g,"/"); +let appdata = el.app.getPath('userData').replace(/\\/g,"/"); var settings = { get: function (k) {