Skip to content

Commit

Permalink
Add settings for snap build target
Browse files Browse the repository at this point in the history
  • Loading branch information
heyman committed Dec 21, 2023
1 parent 1b9672a commit 764677b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,8 @@
appImage: {
artifactName: "${productName}_${version}_${arch}.${ext}",
},
snap: {
artifactName: "${productName}_${version}_${arch}.${ext}",
publish: ["github"],
}
}

0 comments on commit 764677b

Please sign in to comment.