mirror of https://github.com/EspoTek/Labrador.git
Fixed .desktop and .deb
This commit is contained in:
parent
0b007c4b37
commit
a19b5ce3fd
|
@ -177,8 +177,11 @@ unix:!android:!macx{
|
|||
udev.path = /etc/udev/rules.d
|
||||
udev.files = rules.d/69-labrador.rules
|
||||
|
||||
icon.files += resources/espotek-labrador.png
|
||||
icon.path = /usr/share/icons/hicolor/256x256/apps/
|
||||
icon48.files += resources/icon48/espotek-labrador.png
|
||||
icon48.path = /usr/share/icons/hicolor/48x48/apps/
|
||||
|
||||
icon256.files += resources/icon256/espotek-labrador.png
|
||||
icon256.path = /usr/share/icons/hicolor/256x256/apps/
|
||||
|
||||
equals(APPIMAGE, 1){
|
||||
desktop.files += resources/appimage/espotek-labrador.desktop
|
||||
|
@ -205,7 +208,8 @@ unix:!android:!macx{
|
|||
INSTALLS += lib_deploy
|
||||
INSTALLS += other
|
||||
INSTALLS += udev
|
||||
INSTALLS += icon
|
||||
INSTALLS += icon48
|
||||
INSTALLS += icon256
|
||||
INSTALLS += desktop
|
||||
|
||||
!equals(APPIMAGE, 1){
|
||||
|
|
|
@ -3,7 +3,7 @@ Version: 2.0
|
|||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Depends: libusb-1.0-0 (>= 1.0.19), qt5-qmake
|
||||
Depends: libusb-1.0-0 (>= 1.0.19), qt5-default
|
||||
Maintainer: Chris Esposito <admin@espotek.com>
|
||||
Homepage: https://espotek.com
|
||||
Description: EspoTek Labrador
|
||||
|
|
|
@ -5,4 +5,4 @@ Exec=/usr/bin/EspoTek-Labrador/Labrador
|
|||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Education;Electronics;
|
||||
Icon=/usr/share/icons/hicolor/256x256/apps/espotek-labrador.png
|
||||
Icon=espotek-labrador
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue