From c173b5b5fbdb9013304ad62e0dc8f8bb9a072e7d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Dec 2021 15:03:36 -0500 Subject: Add .desktop and icon file installation Add initial .desktop file and icon copied from the launcher source tree, and updated .pro files to install them. Also removed potentially confusing use of non-existent $$PREFIX variable. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray Change-Id: I5b6a0fee2b02e4e5132689b8d892ce5f8480cc42 --- app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/app.pro b/app/app.pro index 7d3fb4a..8c4c5a4 100644 --- a/app/app.pro +++ b/app/app.pro @@ -19,7 +19,7 @@ RESOURCES += \ LANGUAGES = ja_JP fr_FR include(translations.pri) -target.path = $${PREFIX}/usr/bin +target.path = /usr/bin target.files += $${OUT_PWD}/$${TARGET} target.CONFIG = no_check_exist executable -- cgit 1.2.3-korg