Skip to content

Commit

Permalink
fix: packaging: fix corrupted .desktop file
Browse files Browse the repository at this point in the history
fixes #3389
  • Loading branch information
Simon-Laux committed Sep 8, 2023
1 parent f5f073a commit f48410b
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 @@ -10,6 +10,7 @@
### Fixed
- webxdc: fix a bug where the webxdc was able to open the dev tools.
Also make opening devtools with F12 more reliable.
- packaging: fix corrupted .desktop file

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

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\nWith 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\\nWith 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).',
}
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\nWith 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\\nWith 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).',
},
win: {
icon: 'images/deltachat.ico',
Expand Down

0 comments on commit f48410b

Please sign in to comment.