mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Get rid of osx and linux32 special targets
This commit is contained in:
@@ -299,10 +299,8 @@ QString PlatformString() {
|
||||
return qsl("MacAppStore");
|
||||
} else if (Platform::IsMac()) {
|
||||
return qsl("MacOS");
|
||||
} else if (Platform::IsLinux32Bit()) {
|
||||
return qsl("Linux32Bit");
|
||||
} else if (Platform::IsLinux64Bit()) {
|
||||
return qsl("Linux64bit");
|
||||
} else if (Platform::IsLinux()) {
|
||||
return qsl("Linux");
|
||||
}
|
||||
Unexpected("Platform in CrashReports::PlatformString.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user