Skip to content

Commit

Permalink
chore: add arch into AppImage name template
Browse files Browse the repository at this point in the history
  • Loading branch information
hexchain committed Jan 22, 2025
1 parent dcb13ea commit 879c078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/insomnia/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const config = {
artifactName: `${BINARY_PREFIX}-\${version}-portable.\${ext}`,
},
linux: {
artifactName: `${BINARY_PREFIX}-\${version}.\${ext}`,
artifactName: `${BINARY_PREFIX}-\${version}-\${arch}.\${ext}`,
executableName: 'insomnia',
synopsis: 'The Collaborative API Client and Design Tool',
category: 'Development',
Expand Down

0 comments on commit 879c078

Please sign in to comment.