Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

try to add cod bocw #133

Merged
merged 1 commit into from
Aug 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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