Skip to content

Commit

Permalink
fix(app): try to fix issue #106
Browse files Browse the repository at this point in the history
  • Loading branch information
roldanjr committed Oct 9, 2020
1 parent 065a0a6 commit 1061494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"mac": {
"artifactName": "Pomatez-v${version}-mac.${ext}",
"category": "public.app-category.productivity",
"icon": "./src/assets/logo-dark@2x.png"
"icon": "./build/assets/logo-dark@2x.png"
},
"win": {
"target": [
Expand All @@ -56,7 +56,7 @@
]
}
],
"icon": "./src/assets/logo-dark.ico"
"icon": "./build/assets/logo-dark.ico"
},
"portable": {
"artifactName": "Pomatez-v${version}-portable.${ext}"
Expand All @@ -71,7 +71,7 @@
"deb",
"rpm"
],
"icon": "./src/assets/logo-dark.png",
"icon": "./build/assets/logo-dark.png",
"category": "Utility"
},
"snap": {
Expand Down

0 comments on commit 1061494

Please sign in to comment.