Skip to content

Commit

Permalink
Call of Duty Black Ops Cold War
Browse files Browse the repository at this point in the history
  • Loading branch information
kongomongo committed Apr 3, 2021
1 parent 979bfeb commit 79ef5bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/js/importers/BattleNet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79ef5bc

Please sign in to comment.