Skip to content

Commit

Permalink
set minimum macOS version to 11.0.0 (chaiNNer-org#2124)
Browse files Browse the repository at this point in the history
... and give it the correct category and BundleId
  • Loading branch information
stonerl authored Aug 19, 2023
1 parent 44b7920 commit 59dcad5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down

0 comments on commit 59dcad5

Please sign in to comment.