Skip to content

Commit

Permalink
feat: Add AppData manifest and Linux desktop file
Browse files Browse the repository at this point in the history
Related: VirusTotal#14
  • Loading branch information
tim77 committed Aug 13, 2021
1 parent 7ee9b45 commit d616ab0
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
27 changes: 27 additions & 0 deletions com.virustotal.VirusTotalUploader.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.virustotal.VirusTotalUploader</id>
<name>VirusTotal Uploader</name>
<summary>Upload files to virustotal.com</summary>
<description>
<p>
This program internally uses the VirusTotal public API.
You can drag and drop a file or folder into the program to queue
it for uploading and scanning.
</p>
</description>
<categories>
<category>Network</category>
<category>Security</category>
</categories>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<url type="homepage">https://www.virustotal.com/ru/documentation/desktop-applications/linux-oss-uploader</url>
<url type="bugtracker">https://github.com/VirusTotal/qt-virustotal-uploader/issues</url>
<launchable type="desktop-id">com.virustotal.VirusTotalUploader.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://virustotalcloud.appspot.com/static/img/osx-uploader/osx-app-screen.png</image>
</screenshot>
</screenshots>
</component>
7 changes: 7 additions & 0 deletions com.virustotal.VirusTotalUploader.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Type=Application
Name=VirusTotal Uploader
Exec=VirusTotalUploader
Icon=com.virustotal.VirusTotalUploader
Terminal=false
Categories=Network;Security;

0 comments on commit d616ab0

Please sign in to comment.