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 /dashboard.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 'dashboard.pro')
-rw-r--r-- | dashboard.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard.pro b/dashboard.pro index 5cf7e78..e6d6e34 100644 --- a/dashboard.pro +++ b/dashboard.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS = app +SUBDIRS = app package |