aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-21 23:09:44 +0200
committer0neGal <mail@0negal.com>2022-04-21 23:09:44 +0200
commit2412121762fe13c7fb98d911132cd979361f0cce (patch)
tree3e76366d1821af828fea3c3c65035a21e2af63ff
parent93f6cb6f4acc0bdfa817afa47fae1580a5026a4b (diff)
downloadViper-2412121762fe13c7fb98d911132cd979361f0cce.tar.gz
Viper-2412121762fe13c7fb98d911132cd979361f0cce.zip
fixed wrong appid
-rw-r--r--src/extras/find.js2
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),