aboutsummaryrefslogtreecommitdiff
path: root/src/utils.js
diff options
context:
space:
mode:
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 a0ce010..7256444 100644
--- a/src/utils.js
+++ b/src/utils.js
@@ -38,7 +38,7 @@ if (fs.existsSync("viper.json")) {
async function _isGameRunning() {
return new Promise(resolve => {
- let procs = ["Titanfall2.exe", "Titanfall2-unpacked.exe", "NorthstarLauncher2.exe"];
+ let procs = ["Titanfall2.exe", "Titanfall2-unpacked.exe", "NorthstarLauncher.exe"];
let cmd = (() => {
switch (process.platform) {
case "linux": return "ps -A";