aboutsummaryrefslogtreecommitdiff
path: root/src/utils.js
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-21 23:07:51 +0200
committer0neGal <mail@0negal.com>2022-04-21 23:07:51 +0200
commit93f6cb6f4acc0bdfa817afa47fae1580a5026a4b (patch)
tree91af43aaf7e8905e2835b29e64e4604f79c84fb5 /src/utils.js
parent8c437b60104cbf1bed9ebc313e5bc3b9d04162b3 (diff)
downloadViper-93f6cb6f4acc0bdfa817afa47fae1580a5026a4b.tar.gz
Viper-93f6cb6f4acc0bdfa817afa47fae1580a5026a4b.zip
fixed Windows launch error
Diffstat (limited to 'src/utils.js')
-rw-r--r--src/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.js b/src/utils.js
index 1b880bb..2c1ed98 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -415,7 +415,7 @@ function launch(version) {
run(winebin, [prefix.origin])
run(winebin, [path.join(settings.gamepath + "/NorthstarLauncher.exe")])
} else {
- run(path.join(settings.gamepath + "/Titanfall2.exe", ["-northstar"]))
+ run(path.join(settings.gamepath + "/Titanfall2.exe"), ["-northstar"])
}
break;