Skip to content

Commit

Permalink
correct .desktop added to .appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
EspoTek committed Apr 25, 2019
1 parent e0c83db commit 0c1604c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Desktop_Interface/Labrador.pro
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ unix:!android:!macx{

equals(APPIMAGE, 1){
desktop.files += resources/appimage/espotek-labrador.desktop
} else
{
}
!equals(APPIMAGE, 1){
desktop.files += resources/espotek-labrador.desktop
}
desktop.path = /usr/share/applications
Expand Down

0 comments on commit 0c1604c

Please sign in to comment.