From 59dcad52ea9cacbaba468cc23e9cc2b6ef335806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20F=C3=B6rster?= Date: Sat, 19 Aug 2023 19:02:33 +0200 Subject: [PATCH] set minimum macOS version to 11.0.0 (#2124) ... and give it the correct category and BundleId --- forge.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/forge.config.js b/forge.config.js index 652376084..8b7409f26 100644 --- a/forge.config.js +++ b/forge.config.js @@ -32,6 +32,9 @@ const config = { executableName: process.platform === 'linux' ? 'chainner' : 'chaiNNer', extraResource: './backend/src/', icon: './src/public/icons/cross_platform/icon', + appBundleId: 'app.chainner', + appCategoryType: 'public.app-category.graphics-design', + extendInfo: { LSMinimumSystemVersion: '11.0.0' }, }, publishers: [ {