Added icon for uploader .desktop

This commit is contained in:
Fabian Schliski 2019-07-09 19:09:46 +02:00 committed by GitHub
parent 0259d56718
commit 53a36d6e22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ Type=Application
Terminal=false;
Comment=Uploader script for XBackBone ({{ username }})
Name=XBackBone Uploader ({{ username }})
Icon=image
GenericName=File Uploader
StartupNotify=false
Categories=Graphics;
@ -67,4 +68,4 @@ if [ -f "${1}" ]; then
upload "${1}";
else
notify-send "Error!" "File specified not exists.";
fi
fi