From 527eefb114cd0697c2d7d2c450883a8a2427241e Mon Sep 17 00:00:00 2001 From: Ivan Lepekha <57459428+FluffyPunk@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:02:30 +0300 Subject: [PATCH] feat(apps): Added Battle.net (#4996) * feat(apps): Added Battle.net Just Blizzard. Well, we can hate them, but their launcher is unique * You know, being smart is a hard work... * titusTypo --- config/applications.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/applications.json b/config/applications.json index ecac9030..01d85d67 100644 --- a/config/applications.json +++ b/config/applications.json @@ -98,6 +98,15 @@ "winget": "AutoHotkey.AutoHotkey", "foss": true }, + "battlenet": { + "category": "Games", + "choco": "na", + "winget": "Blizzard.BattleNet", + "content": "Battle.net", + "description": "Battle.net is a launcher for games created and developed by Activision Blizzard", + "link": "https://battle.net", + "foss": false + }, "bitwarden": { "category": "Utilities", "choco": "bitwarden",