2
0
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:
John Preston
2016-08-31 11:58:46 -06:00
parent dfcebcf9e2
commit 89cbf3a55a
13 changed files with 207 additions and 24 deletions

View File

@@ -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: