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.path = /etc/udev/rules.d
|
||||||
udev.files = rules.d/69-labrador.rules
|
udev.files = rules.d/69-labrador.rules
|
||||||
|
|
||||||
icon.files += resources/espotek-labrador.png
|
icon48.files += resources/icon48/espotek-labrador.png
|
||||||
icon.path = /usr/share/icons/hicolor/256x256/apps/
|
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){
|
equals(APPIMAGE, 1){
|
||||||
desktop.files += resources/appimage/espotek-labrador.desktop
|
desktop.files += resources/appimage/espotek-labrador.desktop
|
||||||
|
@ -205,7 +208,8 @@ unix:!android:!macx{
|
||||||
INSTALLS += lib_deploy
|
INSTALLS += lib_deploy
|
||||||
INSTALLS += other
|
INSTALLS += other
|
||||||
INSTALLS += udev
|
INSTALLS += udev
|
||||||
INSTALLS += icon
|
INSTALLS += icon48
|
||||||
|
INSTALLS += icon256
|
||||||
INSTALLS += desktop
|
INSTALLS += desktop
|
||||||
|
|
||||||
!equals(APPIMAGE, 1){
|
!equals(APPIMAGE, 1){
|
||||||
|
|
|
@ -3,7 +3,7 @@ Version: 2.0
|
||||||
Section: base
|
Section: base
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: amd64
|
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>
|
Maintainer: Chris Esposito <admin@espotek.com>
|
||||||
Homepage: https://espotek.com
|
Homepage: https://espotek.com
|
||||||
Description: EspoTek Labrador
|
Description: EspoTek Labrador
|
||||||
|
|
|
@ -5,4 +5,4 @@ Exec=/usr/bin/EspoTek-Labrador/Labrador
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Education;Electronics;
|
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