From 98b8c5524e2e983cbc9fd71e0e9a24f3c4aff78b Mon Sep 17 00:00:00 2001 From: kongomongo Date: Sun, 4 Apr 2021 00:27:36 +0200 Subject: [PATCH] try to add cod bocw --- src/js/importers/BattleNet.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/js/importers/BattleNet.js b/src/js/importers/BattleNet.js index 3098dd7..81334b6 100644 --- a/src/js/importers/BattleNet.js +++ b/src/js/importers/BattleNet.js @@ -73,6 +73,12 @@ const BNET_GAMES = { exes: ['Wow'], icon: 'World of Warcraft Launcher.exe', }, + zeus: { + name: 'Call of Duty: Black Ops Cold War', + launchId: 'ZEUS', + exes: ['BlackOpsColdWar'], + icon: 'Black Ops Cold War Launcher.exe', + }, }; class BattleNet {