Skip to content

Commit b43490a

Browse files
authoredApr 29, 2024··
feat(linux): add music mac to linux category (#8182)
1 parent 5e41c5e commit b43490a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎.changeset/fair-rockets-march.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"app-builder-lib": patch
3+
---
4+
5+
feat(linux): add music mac to linux category

‎packages/app-builder-lib/src/targets/LinuxTargetHelper.ts

+1
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,5 @@ const macToLinuxCategory: any = {
207207
"public.app-category.utilities": "Utility",
208208
"public.app-category.social-networking": "Network;Chat",
209209
"public.app-category.finance": "Office;Finance",
210+
"public.app-category.music": "Audio;AudioVideo",
210211
}

0 commit comments

Comments
 (0)
Please sign in to comment.