Skip to content

Commit

Permalink
Fixed #19 - Fixed toolbar icon for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Jul 11, 2023
1 parent ca994e6 commit e3c869a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added assets/icon_512.ico
Binary file not shown.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,15 @@
"postinstall": "electron-builder install-app-deps"
},
"build": {
"appId": "com.mlewand.capture-it",
"productName": "Capture It",
"appId": "org.capture-it",
"mac": {
"category": "public.app-category.productivity"
},
"win": {
"target": "NSIS",
"icon": "assets/icon_512.ico"
},
"directories": {
"output": "release"
}
Expand Down

0 comments on commit e3c869a

Please sign in to comment.