From 1cdbbf972c28a8bc0ae320bedcf4bec657a23099 Mon Sep 17 00:00:00 2001 From: Void Date: Sat, 3 Jan 2026 17:04:59 +0800 Subject: [PATCH] add discord --- v1/apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/v1/apps.json b/v1/apps.json index 99dc2e2..69907b1 100644 --- a/v1/apps.json +++ b/v1/apps.json @@ -34,6 +34,13 @@ "url": "https://code.visualstudio.com/download", "type": "dmg", "install_command": "brew install --cask visual-studio-code" + }, + { + "id": "discord", + "name": "Discord", + "url": "https://discord.com/api/download?platform=osx", + "type": "dmg", + "install_command": "brew install --cask discord" } ] }