Skip to content

Commit

Permalink
fix(ci): build only deb
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Oct 13, 2024
1 parent a7ac4cd commit 1586f2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/example-reducers/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"notarize": false
},
"dmg": { "artifactName": "${name}-${version}.${ext}" },
"linux": { "target": ["AppImage", "snap", "deb"], "maintainer": "electronjs.org", "category": "Utility" },
"linux": { "target": ["deb"], "maintainer": "electronjs.org", "category": "Utility" },
"appImage": { "artifactName": "${name}-${version}.${ext}" },
"npmRebuild": false,
"publish": { "provider": "generic", "url": "https://example.com/auto-updates" }
Expand Down
2 changes: 1 addition & 1 deletion apps/example-separate-handlers/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"notarize": false
},
"dmg": { "artifactName": "${name}-${version}.${ext}" },
"linux": { "target": ["AppImage", "snap", "deb"], "maintainer": "electronjs.org", "category": "Utility" },
"linux": { "target": ["deb"], "maintainer": "electronjs.org", "category": "Utility" },
"appImage": { "artifactName": "${name}-${version}.${ext}" },
"npmRebuild": false,
"publish": { "provider": "generic", "url": "https://example.com/auto-updates" }
Expand Down
2 changes: 1 addition & 1 deletion apps/example-store-handlers/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"notarize": false
},
"dmg": { "artifactName": "${name}-${version}.${ext}" },
"linux": { "target": ["AppImage", "snap", "deb"], "maintainer": "electronjs.org", "category": "Utility" },
"linux": { "target": ["deb"], "maintainer": "electronjs.org", "category": "Utility" },
"appImage": { "artifactName": "${name}-${version}.${ext}" },
"npmRebuild": false,
"publish": { "provider": "generic", "url": "https://example.com/auto-updates" }
Expand Down

0 comments on commit 1586f2d

Please sign in to comment.