feat: add dde-am tool to launch application

add dde-am tool.
This commit is contained in:
Ye ShanShan
2024-03-22 16:29:33 +08:00
committed by yeshanshan
parent b9d92f1254
commit 703a27c1ee
12 changed files with 292 additions and 0 deletions

View File

@ -8,4 +8,7 @@
constexpr auto ApplicationLaunchHelperBinary =
u8"@CMAKE_INSTALL_FULL_LIBEXECDIR@/deepin/application-manager/@APP_LAUNCH_HELPER_BIN@";
const auto ApplicationServiceID =
u8"@APPLICATION_SERVICEID@";
#endif

View File

@ -63,4 +63,6 @@ constexpr auto InstalledTime = u8"InstalledTime";
constexpr auto ApplicationManagerHookDir = u8"/deepin/dde-application-manager/hooks.d";
constexpr auto ApplicationManagerToolsConfig = u8"org.deepin.dde.am";
#endif