mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Rename InstallMainDesktopFile to InstallLauncher
This commit is contained in:
parent
f58874572d
commit
0179a2ca10
2 changed files with 3 additions and 3 deletions
|
@ -1253,7 +1253,7 @@ void start() {
|
||||||
void finish() {
|
void finish() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void InstallMainDesktopFile() {
|
void InstallLauncher() {
|
||||||
static const auto DisabledByEnv = qEnvironmentVariableIsSet(
|
static const auto DisabledByEnv = qEnvironmentVariableIsSet(
|
||||||
"TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION");
|
"TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION");
|
||||||
|
|
||||||
|
@ -1421,7 +1421,7 @@ void finish() {
|
||||||
} // namespace Platform
|
} // namespace Platform
|
||||||
|
|
||||||
void psNewVersion() {
|
void psNewVersion() {
|
||||||
Platform::InstallMainDesktopFile();
|
Platform::InstallLauncher();
|
||||||
Platform::RegisterCustomScheme();
|
Platform::RegisterCustomScheme();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ QString GetIconName();
|
||||||
inline void IgnoreApplicationActivationRightNow() {
|
inline void IgnoreApplicationActivationRightNow() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void InstallMainDesktopFile();
|
void InstallLauncher();
|
||||||
|
|
||||||
} // namespace Platform
|
} // namespace Platform
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue