feat: add dde-am tool to launch application
add dde-am tool.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user