Skip to content

Commit

Permalink
feat(linux): add music mac to linux category
Browse files Browse the repository at this point in the history
Add new category when converting mac categories to linux equivalent.
This is probably just an oversight, as it's obvious what categories music should be.
  • Loading branch information
duzda committed Apr 22, 2024
1 parent 3ae3589 commit 899b546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-builder-lib/src/targets/LinuxTargetHelper.ts
Expand Up @@ -207,4 +207,5 @@ const macToLinuxCategory: any = {
"public.app-category.utilities": "Utility",
"public.app-category.social-networking": "Network;Chat",
"public.app-category.finance": "Office;Finance",
"public.app-category.music": "Audio;AudioVideo",
}

0 comments on commit 899b546

Please sign in to comment.