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" } ] }