Merge pull request #372 from mdibella-dev/add-new-macos-icon

Add new macOS icon
This commit is contained in:
confused_techie 2023-02-12 01:19:25 -08:00 committed by GitHub
commit d0b9e7e65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -43,6 +43,7 @@ const Platform = builder.Platform
const pngIcon = 'resources/app-icons/beta.png'
const icoIcon = 'resources/app-icons/beta.ico'
const svgIcon = 'resources/app-icons/beta.svg'
const icnsIcon = 'resources/app-icons/beta.icns'
let options = {
"appId": "dev.pulsar-edit.pulsar",
@ -178,7 +179,7 @@ let options = {
],
},
"mac": {
"icon": pngIcon,
"icon": icnsIcon,
"category": "public.app-category.developer-tools",
"minimumSystemVersion": "10.8",
"extendInfo": {