mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
add cfg file and desktop file
This commit is contained in:
parent
7efecb7b89
commit
a24d69a178
2 changed files with 15 additions and 0 deletions
5
setup.cfg
Normal file
5
setup.cfg
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
[install]
|
||||||
|
install_lib=/usr/share/trimage
|
||||||
|
install_data=/usr/share/trimage
|
||||||
|
install_scripts=/usr/bin
|
||||||
|
|
||||||
10
trimage.desktop
Normal file
10
trimage.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Name=Trimage image compressor
|
||||||
|
Comment=A cross-platform tool for optimizing PNG and JPG files.
|
||||||
|
Terminal=false
|
||||||
|
Icon=pixmaps/trimage-icon.png
|
||||||
|
Type=Application
|
||||||
|
Exec=trimage
|
||||||
|
Categories=GNOME;GTK;Graphics;
|
||||||
|
StartupNotify=true
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue