Skip to content

Commit c318f09

Browse files
committed
Fix screenshot display and AppImage icon configuration
1 parent 82e9de6 commit c318f09

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ See also:
4141
<img
4242
alt="AnonSecLab Privacy Tools application"
4343
src="img/screenshot.png?raw=true"
44-
style="width: 100%; max-width: 1800px; height: auto; display: block; margin: 0 auto;"
44+
style="max-width: 100%; height: auto; display: block; margin: 0 auto;"
4545
/>
4646
</a>
4747
</p>

electron-builder.cjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ module.exports = {
4141
category: 'Utility',
4242
desktop: {
4343
Icon: 'anonseclab-privacy',
44+
Name: 'AnonSecLab Privacy Tools',
45+
Exec: 'anonseclab-privacy',
4446
},
4547
},
4648
appImage: {

0 commit comments

Comments
 (0)