Skip to content

Commit

Permalink
ArchGPT#46 Fix executable name for linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej Urvantsev committed Oct 26, 2023
1 parent 5e5d199 commit 89dde7a
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 @@ -105,7 +105,7 @@ const config = {
},
linux: {
artifactName: `${BINARY_PREFIX}-\${version}.\${ext}`,
executableName: 'insomnia',
executableName: 'insomnium',
synopsis: 'The Collaborative API Client and Design Tool',
category: 'Development',
desktop: {
Expand Down

0 comments on commit 89dde7a

Please sign in to comment.