Browse Source

change to the correct category for mac.

X-0x01 3 years ago
parent
commit
89226d66a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      electron-builder.yml

+ 1 - 1
electron-builder.yml

@@ -48,7 +48,7 @@ nsis:
   allowToChangeInstallationDirectory: true
   shortcutName: Tabby Terminal
 mac:
-  category: public.app-category.video
+  category: public.app-category.utilities
   icon: "./build/mac/icon.icns"
   artifactName: tabby-${version}-macos-${env.ARCH}.${ext}
   hardenedRuntime: true