Skip to content

Commit ce74537

Browse files
committed
fix: correct Brave Browser winget package ID
Changed from 'Brave.Brave' to 'BraveSoftware.BraveBrowser' based on official winget repository.
1 parent fc18f5d commit ce74537

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/software-catalog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const softwareCatalog = [
1414
name: 'Brave Browser',
1515
description: 'Privacy-focused browser with ad blocking',
1616
category: 'browsers',
17-
wingetId: 'Brave.Brave',
17+
wingetId: 'BraveSoftware.BraveBrowser',
1818
icon: 'SiBrave',
1919
iconColor: '#FB542B',
2020
popular: true,

0 commit comments

Comments
 (0)