Launcher updater added
This commit is contained in:
parent
46b534fa48
commit
a36f13a742
2 changed files with 6 additions and 4 deletions
|
|
@ -11,7 +11,7 @@ Icon=%ICON_LOCATION%
|
|||
Type=Application
|
||||
Categories=Network;WebBrowser;
|
||||
MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
|
||||
Actions=new-window;new-private-window;
|
||||
Actions=new-window;new-private-window;update;
|
||||
X-AppImage-Version=%APP_VERSION%
|
||||
|
||||
[Desktop Action new-window]
|
||||
|
|
@ -22,3 +22,6 @@ Exec=%APP_LOCATION%
|
|||
Name=New Incognito Window
|
||||
Exec=%APP_LOCATION% --incognito
|
||||
|
||||
[Desktop Action update]
|
||||
Name=Update Helium
|
||||
Exec=%AUTO_UPDATE_SCRIPT%
|
||||
Loading…
Add table
Add a link
Reference in a new issue