Skip to content

Commit

Permalink
revert debian packagename from deltachat back to deltachat-desktop (
Browse files Browse the repository at this point in the history
#4266)

closes #4256
  • Loading branch information
Simon-Laux authored Oct 26, 2024
1 parent 79da4a6 commit 1e0f06f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- image thumbnails not showing in chat list #4247
- progress bar not working #4248
- avoid showing horizontal scrollbars in chat list #4253
- revert debian packagename from `deltachat` back to `deltachat-desktop` #4266
- style: fix VCard color being too bright in dark theme #4255
- remove unnecessary horizontal scrollbar in "View Group" dialog #4254
- fix styling of progressbars in light theme #4274
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ build['appImage'] = {
}

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

build['win'] = {
Expand Down

0 comments on commit 1e0f06f

Please sign in to comment.