Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
onwp committed Jan 22, 2025
1 parent 5951fb1 commit 51ee5b7
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"filter": ["*.png", "*.ico", "*.icns"]
}
],
"asar": true,
"asarUnpack": [
"node_modules/sharp/**/*"
],
"artifactName": "${productName}-${version}-${arch}.${ext}",
"mac": {
"category": "public.app-category.graphics-design",
"target": [
Expand All @@ -44,7 +49,10 @@
"arch": ["x64", "arm64"]
}
],
"icon": "build/icon.icns"
"icon": "build/icon.icns",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"electronLanguages": ["en"]
},
"win": {
"target": [
Expand All @@ -57,17 +65,22 @@
"arch": ["x64"]
}
],
"icon": "build/icon.ico"
"icon": "build/icon.ico",
"publisherName": "Image Compressor"
},
"linux": {
"target": ["AppImage", "deb"],
"icon": "build/icon.png",
"category": "Graphics"
"category": "Graphics",
"maintainer": "Serhat Aksakal",
"vendor": "Image Compressor"
},
"publish": {
"provider": "github",
"releaseType": "release"
}
},
"npmRebuild": true,
"buildDependenciesFromSource": true
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 51ee5b7

Please sign in to comment.