added .desktop file and icon
This commit is contained in:
parent
4dbfa8fa97
commit
9f9c5c19a3
15
RsyncUI.desktop
Normal file
15
RsyncUI.desktop
Normal file
@ -0,0 +1,15 @@
|
||||
[Desktop Entry]
|
||||
|
||||
Name=RsyncUI
|
||||
GenericName=rsync client
|
||||
Comment=Client for rsync servers
|
||||
Comment[fr]=Client pour serveur rsync
|
||||
Version=1.8.2
|
||||
Exec=RsyncUI
|
||||
Icon=
|
||||
Type=Application
|
||||
Terminal=false
|
||||
StartupNotify=true
|
||||
Categories=Networking;
|
||||
Keywords=internet;
|
||||
|
BIN
RsyncUI.png
Normal file
BIN
RsyncUI.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -46,3 +46,6 @@ lang.files = languages/fr_FR/*
|
||||
INSTALLS += lang
|
||||
|
||||
RESOURCES +=
|
||||
|
||||
DISTFILES += \
|
||||
RsyncUI.desktop
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.14.2, 2023-01-30T17:56:05. -->
|
||||
<!-- Written by QtCreator 4.14.2, 2023-01-31T13:04:06. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
Loading…
Reference in New Issue
Block a user