Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shorten package description, because some debian had problems with our large description. #3439

Merged
merged 2 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading