Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add AppData manifest and Linux desktop file #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;