Skip to content

Commit

Permalink
Try again to fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 21, 2023
1 parent bf2f6cc commit 7138457
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kiwix-js-electron",
"productName": "Kiwix JS Electron",
"version": "2.5.6",
"version": "2.5.6-E",
"description": "Kiwix JS packaged for the Electron framework",
"main": "main.cjs",
"type": "module",
Expand Down Expand Up @@ -78,7 +78,6 @@
},
{
"target": "deb",
"icon": "../electron_icons/mac/icon.icns",
"arch": [
"x64"
]
Expand All @@ -92,6 +91,9 @@
],
"category": "Education"
},
"deb": {
"icon": "../electron_icons/mac/icon.icns"
},
"nsis": {
"oneClick": "false",
"allowElevation": "true",
Expand Down

0 comments on commit 7138457

Please sign in to comment.