diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:06:45 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:24:09 -0500 |
commit | ea6826a71f6cf86b350f81af2409fed1e318cf1e (patch) | |
tree | 30b6677b713328f9fda8cc569d20cfac40dda578 /app/app.pro | |
parent | 3570c2b580508b1cf01a602ec99bbf5836bafb85 (diff) |
Add .desktop and icon file installationmarlin_12.91.0marlin/12.91.012.91.0
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 <scott.murray@konsulko.com>
Change-Id: I49f0b09a1a2f02c41844974eb384f3af7b4ed28c
Diffstat (limited to 'app/app.pro')
-rw-r--r-- | app/app.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |