Skip to content

Commit

Permalink
ci: 🔨 Remove redundant compilation packages to increase build speed
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 31, 2024
1 parent 69d6b8f commit 9800980
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
{
"target": "dmg",
"arch": ["universal", "x64", "arm64"]
},
{
"target": "zip",
"arch": ["universal", "x64", "arm64"]
}
],
"artifactName": "${productName}-${version}-mac-${arch}.${ext}",
Expand All @@ -84,7 +80,6 @@
},
"linux": {
"icon": "logo.icns",
"desktop": "logo",
"maintainer": "[email protected]",
"category": "Utility",
"target": [
Expand Down

0 comments on commit 9800980

Please sign in to comment.