Skip to content

Commit

Permalink
disable electron ci publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 7, 2023
1 parent ebc3eee commit 1f5f2e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/client/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ async function buildClient(target) {
try {
await electronBuilder.build({
targets: c.targets,
publish: "never"
});
} catch (e) {
console.error('构建失败!', e)
Expand Down

0 comments on commit 1f5f2e4

Please sign in to comment.