From 89226d66a8a4363d61c413975a0b3b8d156c4e45 Mon Sep 17 00:00:00 2001 From: X-0x01 <19320096+X-0x01@users.noreply.github.com> Date: Mon, 28 Feb 2022 12:04:43 +0800 Subject: [PATCH] change to the correct category for mac. --- electron-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.yml b/electron-builder.yml index 79daca38..e0b1af12 100644 --- a/electron-builder.yml +++ b/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