mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Build scripts updated for Xcode projects from GYP, MacStore build tested.
This commit is contained in:
@@ -176,7 +176,11 @@ void settingsParseArgs(int argc, char *argv[]) {
|
||||
break;
|
||||
case dbipMac:
|
||||
gUpdateURL = QUrl(qsl("http://tdesktop.com/mac/tupdates/current"));
|
||||
#ifndef OS_MAC_STORE
|
||||
gPlatformString = qsl("MacOS");
|
||||
#else // OS_MAC_STORE
|
||||
gPlatformString = qsl("MacAppStore");
|
||||
#endif // OS_MAC_STORE
|
||||
gCustomNotifies = false;
|
||||
break;
|
||||
case dbipMacOld:
|
||||
|
Reference in New Issue
Block a user