mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Remove 'mac32' and add 'osx' special targets.
This commit is contained in:
@@ -328,8 +328,8 @@ QString PlatformString() {
|
||||
return qsl("Windows");
|
||||
} else if (Platform::IsMacStoreBuild()) {
|
||||
return qsl("MacAppStore");
|
||||
} else if (Platform::IsMacOldBuild()) {
|
||||
return qsl("MacOSold");
|
||||
} else if (Platform::IsOSXBuild()) {
|
||||
return qsl("OSX");
|
||||
} else if (Platform::IsMac()) {
|
||||
return qsl("MacOS");
|
||||
} else if (Platform::IsLinux32Bit()) {
|
||||
|
@@ -222,7 +222,7 @@ QString FindUpdateFile() {
|
||||
"^("
|
||||
"tupdate|"
|
||||
"tmacupd|"
|
||||
"tmac32upd|"
|
||||
"tosxupd|"
|
||||
"tlinuxupd|"
|
||||
"tlinux32upd"
|
||||
")\\d+(_[a-z\\d]+)?$",
|
||||
|
Reference in New Issue
Block a user