Skip to content

Commit

Permalink
fix(apps): support legacy WhatsApp app
Browse files Browse the repository at this point in the history
  • Loading branch information
Avivbens committed May 4, 2024
1 parent fdc0312 commit 3748ac0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/commands/install/config/apps-groups/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,21 @@ export const APPS: Readonly<IAppSetup[]> = [
commands: () => [BREW_CASK('whatsapp')],
fallbackCommands: () => [BROW_CASK('whatsapp')],
},
{
name: 'WhatsApp - legacy',
description: 'WhatsApp legacy version',
group: 'apps',
commands: () => [
BREW_CASK(
'https://raw.githubusercontent.com/Homebrew/homebrew-cask/2f428f0d63c346637aafd8a8b2f474670c2e42f1/Casks/w/whatsapp.rb',
),
],
fallbackCommands: () => [
BROW_CASK(
'https://raw.githubusercontent.com/Homebrew/homebrew-cask/2f428f0d63c346637aafd8a8b2f474670c2e42f1/Casks/w/whatsapp.rb',
),
],
},
{
name: 'Telegram',
group: 'apps',
Expand Down

0 comments on commit 3748ac0

Please sign in to comment.