Skip to content

Commit

Permalink
Merge pull request #372 from mdibella-dev/add-new-macos-icon
Browse files Browse the repository at this point in the history
Add new macOS icon
  • Loading branch information
confused-Techie authored Feb 12, 2023
2 parents 2373858 + 7ef8ddf commit d0b9e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added resources/app-icons/beta.icns
Binary file not shown.
3 changes: 2 additions & 1 deletion script/electron-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -178,7 +179,7 @@ let options = {
],
},
"mac": {
"icon": pngIcon,
"icon": icnsIcon,
"category": "public.app-category.developer-tools",
"minimumSystemVersion": "10.8",
"extendInfo": {
Expand Down

0 comments on commit d0b9e7e

Please sign in to comment.