forked from VirusTotal/qt-virustotal-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add AppData manifest and Linux desktop file
Related: VirusTotal#14
- Loading branch information
Showing
2 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |