mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-02 07:35:12 +00:00
Rename InstallMainDesktopFile to InstallLauncher
This commit is contained in:
@@ -1253,7 +1253,7 @@ void start() {
|
||||
void finish() {
|
||||
}
|
||||
|
||||
void InstallMainDesktopFile() {
|
||||
void InstallLauncher() {
|
||||
static const auto DisabledByEnv = qEnvironmentVariableIsSet(
|
||||
"TDESKTOP_DISABLE_DESKTOP_FILE_GENERATION");
|
||||
|
||||
@@ -1421,7 +1421,7 @@ void finish() {
|
||||
} // namespace Platform
|
||||
|
||||
void psNewVersion() {
|
||||
Platform::InstallMainDesktopFile();
|
||||
Platform::InstallLauncher();
|
||||
Platform::RegisterCustomScheme();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user