Skip to content

Commit

Permalink
add more linux build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Sep 1, 2022
1 parent aba44ee commit f995216
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"scripts": {
"start": "electron .",
"build": "electron-builder --win --linux",
"build:windows": "electron-builder --win",
"build:linux": "electron-builder --linux",
"publish": "electron-builder --win --linux --publish always"
},
"author": "dumbasPL",
Expand Down Expand Up @@ -42,10 +44,14 @@
"artifactName": "csgo-checker_portable.${ext}"
},
"linux": {
"artifactName": "${name}_${arch}-${version}.${ext}",
"synopsis": "CS:GO account checker",
"category": "Utility",
"target": [
"AppImage"
"AppImage",
"flatpak",
"tar.gz",
"deb"
]
},
"publish": [
Expand Down

0 comments on commit f995216

Please sign in to comment.