Ajusted to build debian packages
This commit is contained in:
parent
87a967e9fd
commit
e8a062c0d3
@ -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;
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user