We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9de6 commit c318f09Copy full SHA for c318f09
2 files changed
README.md
@@ -41,7 +41,7 @@ See also:
41
<img
42
alt="AnonSecLab Privacy Tools application"
43
src="img/screenshot.png?raw=true"
44
- style="width: 100%; max-width: 1800px; height: auto; display: block; margin: 0 auto;"
+ style="max-width: 100%; height: auto; display: block; margin: 0 auto;"
45
/>
46
</a>
47
</p>
electron-builder.cjs
@@ -41,6 +41,8 @@ module.exports = {
category: 'Utility',
desktop: {
Icon: 'anonseclab-privacy',
+ Name: 'AnonSecLab Privacy Tools',
+ Exec: 'anonseclab-privacy',
},
48
appImage: {
0 commit comments