Added icon for uploader .desktop
This commit is contained in:
parent
0259d56718
commit
53a36d6e22
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue