mirror of https://github.com/procxx/kepka.git
Fix build for Mac App Store.
This commit is contained in:
parent
759bbe63dc
commit
0e9ad5d82b
|
@ -137,6 +137,13 @@
|
|||
'<!@(python -c "for s in \'<@(langpacks)\'.split(\' \'): print(\'<(res_loc)/langs/\' + s + \'.lproj/Localizable.strings\')")',
|
||||
'../Telegram/Images.xcassets',
|
||||
],
|
||||
}], [ 'build_macstore', {
|
||||
'mac_sandbox': 1,
|
||||
'mac_sandbox_development_team': '6N38VWS5BX',
|
||||
'product_name': 'Telegram Desktop',
|
||||
'sources': [
|
||||
'../Telegram/Telegram Desktop.entitlements',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
|
|
|
@ -193,12 +193,6 @@
|
|||
'<(libs_loc)/breakpad/src/client/mac/build/Release',
|
||||
],
|
||||
},
|
||||
'mac_sandbox': 1,
|
||||
'mac_sandbox_development_team': '6N38VWS5BX',
|
||||
'product_name': 'Telegram Desktop',
|
||||
'sources': [
|
||||
'../Telegram/Telegram Desktop.entitlements',
|
||||
],
|
||||
'defines': [
|
||||
'TDESKTOP_DISABLE_AUTOUPDATE',
|
||||
'OS_MAC_STORE',
|
||||
|
|
Loading…
Reference in New Issue