Log view function added
This commit is contained in:
parent
57c0770950
commit
f42029b0f6
1 changed files with 6 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ Icon=%ICON_LOCATION%
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Network;WebBrowser;
|
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;
|
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;update;update-script;
|
Actions=new-window;new-private-window;update;update-script;show-log;
|
||||||
X-AppImage-Version=%APP_VERSION%
|
X-AppImage-Version=%APP_VERSION%
|
||||||
|
|
||||||
[Desktop Action new-window]
|
[Desktop Action new-window]
|
||||||
|
|
@ -29,3 +29,7 @@ Exec=%QUIET_UPDATE_SCRIPT%
|
||||||
[Desktop Action update-script]
|
[Desktop Action update-script]
|
||||||
Name=Update Helium Helper
|
Name=Update Helium Helper
|
||||||
Exec=%SCRIPT_UPDATE%
|
Exec=%SCRIPT_UPDATE%
|
||||||
|
|
||||||
|
[Desktop Action show-log]
|
||||||
|
Name=Show Update Log
|
||||||
|
Exec=%OPEN_LOG_EDITOR%
|
||||||
Loading…
Add table
Add a link
Reference in a new issue