Skip to content

Commit

Permalink
shorten package description, (#3439)
Browse files Browse the repository at this point in the history
because some debian had problems with our large description.
  • Loading branch information
Simon-Laux authored Oct 19, 2023
1 parent 84f3500 commit 3f5391e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- update `@deltachat/message_parser_wasm` to `0.8.0`, which adds linkification to links on more generic URI schemes.
- Update translations (13.10.2023)
- better search in chat design which shows more results (remove redundant chat info and combine both headers)
- shorten package description, because some debian had problems with our large description.
- update electron from `v22.3.24` to version `v22.3.27`

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion build/gen-electron-builder-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ build['linux'] = {
},
files: [...files, PREBUILD_FILTERS.NOT_MAC, PREBUILD_FILTERS.NOT_WINDOWS],
icon: 'build/icon.icns', // electron builder gets the icon out of the mac icon archive
description: 'The Email messenger. With Delta Chat, you can use your existing Email account as a messenger. End-to-End Encryption with Autocrypt is supported and you can have interactive chat experiences using webxdc apps(https://webxdc.org).',
description: 'The Email messenger (https://delta.chat)',
}
build['win'] = {
icon: 'images/deltachat.ico',
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.json5
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@
'!node_modules/deltachat-node/node/prebuilds/win32-x64/${/*}',
],
icon: 'build/icon.icns',
description: 'The Email messenger. With Delta Chat, you can use your existing Email account as a messenger. End-to-End Encryption with Autocrypt is supported and you can have interactive chat experiences using webxdc apps(https://webxdc.org).',
description: 'The Email messenger (https://delta.chat)',
},
win: {
icon: 'images/deltachat.ico',
Expand Down

0 comments on commit 3f5391e

Please sign in to comment.