Skip to content

Commit 34d9be8

Browse files
authored
Modify Linux build settings in package.json
Updated Linux build configuration with new icon and targets.
1 parent 0a03d01 commit 34d9be8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"appId": "com.refloow.geoforensics",
2929
"productName": "Refloow Geo Forensics",
3030
"copyright": "Copyright © Refloow",
31-
"icon": "build/icon.ico",
3231
"asar": true,
3332
"directories": {
3433
"output": "release"
@@ -61,8 +60,14 @@
6160
"target": "dmg"
6261
},
6362
"linux": {
64-
"icon": "build/icon.ico",
65-
"target": "AppImage"
63+
"icon": "build/Refloow-Geo-Forensics.png",
64+
"target": [
65+
"AppImage",
66+
"deb"
67+
],
68+
"category": "Utility",
69+
"maintainer": "Veljko Vuckovic <legal@refloow.com>",
70+
"description": "Tool for geolocation of evidence."
6671
},
6772
"npmRebuild": false,
6873
"nsis": {

0 commit comments

Comments
 (0)