Ajusted to build debian packages

This commit is contained in:
NeoTheFox 2015-03-09 17:45:01 +03:00
parent 87a967e9fd
commit e8a062c0d3
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
[Desktop Entry]
Name=RepRaptor
Comment=A Qt RepRap gcode sender/host controller aimed to be fast and minimalistic.
Exec=/usr/local/bin/repraptor
Icon=/usr/local/share/icons/repraptor.png
Exec=/usr/bin/RepRaptor
Icon=/usr/share/icons/repraptor.png
Terminal=false
Type=Application
Categories=Utility;Application;

View File

@ -16,14 +16,13 @@ CONFIG += static
unix
{
icon.files += icons/icon.png
icon.path = /usr/local/share/icons
icon.path = /usr/share/icons
desktop.files += RepRaptor.desktop
desktop.path = /usr/local/share/applications
desktop.path = /usr/share/applications
repraptor.files += RepRaptor
repraptor.extra = cp RepRaptor repraptor
repraptor.path = /usr/local/bin
repraptor.path = /usr/bin
INSTALLS+= icon desktop repraptor
}