Skip to content

Commit

Permalink
fix: packaging: include architecture in filename for all appimages
Browse files Browse the repository at this point in the history
closes #4181
  • Loading branch information
Simon-Laux committed Oct 10, 2024
1 parent bdca272 commit 84f3d5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
- losing scrolling "momentum" while scrolling the messages list fast #4122
- fix crash when you chose Settings from a context menu on account you haven't selected #4190
- fix All Media not opening from a context menu on account you haven't selected #4191
- fix: packaging: include architecture in filename for all appimages #4202

<a id="1_46_8"></a>

Expand Down
4 changes: 4 additions & 0 deletions packages/target-electron/build/gen-electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ build['linux'] = {
description: 'The Email messenger (https://delta.chat)',
}

build['appImage'] = {
artifactName: '${productName}-${version}-${arch}.${ext}'
}

build['deb'] = {
packageName: previewBuild ? 'deltachat-preview' : 'deltachat',
}
Expand Down

0 comments on commit 84f3d5e

Please sign in to comment.