Skip to content

Commit

Permalink
fixed icon in electron-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Voinea authored and Andrei Voinea committed Dec 31, 2020
1 parent 38bd78a commit 5996181
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coolm1",
"version": "0.1.0",
"version": "0.1.1",
"description": "Temp monitoring for Apple M1",
"main": "main.js",
"scripts": {
Expand Down Expand Up @@ -53,7 +53,9 @@
},
"config": {
"forge": {
"packagerConfig": {},
"packagerConfig": {
"icon": "icon.icns"
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
Expand Down

0 comments on commit 5996181

Please sign in to comment.