diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:03:36 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-20 15:23:55 -0500 |
commit | c173b5b5fbdb9013304ad62e0dc8f8bb9a072e7d (patch) | |
tree | 5848b6501b00f01f29aff69f602161cecd77edae /app/app.pro | |
parent | 95d837913ecb41577980345aeb8a1b3eb710ea2a (diff) |
Add .desktop and icon file installationmarlin_12.93.0marlin_12.92.0marlin_12.91.0marlin/12.93.0marlin/12.92.0marlin/12.91.012.93.012.92.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: I5b6a0fee2b02e4e5132689b8d892ce5f8480cc42
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 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 |