Skip to content

Commit

Permalink
Try to fix Linux icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Jul 21, 2023
1 parent aee909b commit bf2f6cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-E",
"version": "2.5.6",
"description": "Kiwix JS packaged for the Electron framework",
"main": "main.cjs",
"type": "module",
Expand Down Expand Up @@ -78,6 +78,7 @@
},
{
"target": "deb",
"icon": "../electron_icons/mac/icon.icns",
"arch": [
"x64"
]
Expand All @@ -89,7 +90,6 @@
]
}
],
"icon": "../electron_icons/mac/icon.icns",
"category": "Education"
},
"nsis": {
Expand Down

0 comments on commit bf2f6cc

Please sign in to comment.