From ea6826a71f6cf86b350f81af2409fed1e318cf1e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 20 Dec 2021 15:06:45 -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: I49f0b09a1a2f02c41844974eb384f3af7b4ed28c --- app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/app.pro') diff --git a/app/app.pro b/app/app.pro index 256506d..daf4a4c 100644 --- a/app/app.pro +++ b/app/app.pro @@ -17,7 +17,7 @@ RESOURCES += \ LANGUAGES = ja_JP fr_FR zh_CN ko_KR 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