15 lines
372 B
C
15 lines
372 B
C
// SPDX-FileCopyrightText: 2023 UnionTech Software Technology Co., Ltd.
|
|
//
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later
|
|
|
|
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
constexpr auto ApplicationLaunchHelperBinary =
|
|
u8"@CMAKE_INSTALL_FULL_LIBEXECDIR@/deepin/application-manager/@APP_LAUNCH_HELPER_BIN@";
|
|
|
|
const auto ApplicationServiceID =
|
|
u8"@APPLICATION_SERVICEID@";
|
|
|
|
#endif
|