diff options
author | 0neGal <mail@0negal.com> | 2022-04-21 23:09:44 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-21 23:09:44 +0200 |
commit | 2412121762fe13c7fb98d911132cd979361f0cce (patch) | |
tree | 3e76366d1821af828fea3c3c65035a21e2af63ff | |
parent | 93f6cb6f4acc0bdfa817afa47fae1580a5026a4b (diff) | |
download | Viper-2412121762fe13c7fb98d911132cd979361f0cce.tar.gz Viper-2412121762fe13c7fb98d911132cd979361f0cce.zip |
fixed wrong appid
-rw-r--r-- | src/extras/find.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/find.js b/src/extras/find.js index 3f5a555..25c1b38 100644 --- a/src/extras/find.js +++ b/src/extras/find.js @@ -16,7 +16,7 @@ let flatpakdir = ".var/app/com.valvesoftware.Steam/"; module.exports = { prefix: () => { if (process.platform == "win32") {return false} - let compatdir = "/steamapps/compatdata/123790/pfx"; + let compatdir = "/steamapps/compatdata/1237970/pfx"; let folders = [ path.join(home, symdir, compatdir), path.join(home, localdir, compatdir), |