[desktop] for bug 63038

This commit is contained in:
maxkadushkin
2023-06-17 15:54:31 +03:00
parent 26448858e8
commit a02f6b0276

View File

@ -443,6 +443,8 @@ def make_macos():
% (common.version, plist_path), verbose=True)
utils.sh('/usr/libexec/PlistBuddy -c "Set :CFBundleVersion %s" %s' \
% (bundle_version, plist_path), verbose=True)
utils.sh('/usr/libexec/PlistBuddy -c "Set :ASCWebappsHelpUrl %s" %s' \
% ("https://download.onlyoffice.com/install/desktop/editors/help/v" + app_version + "-1/apps", plist_path), verbose=True)
utils.log("RELEASE=" + release_bundle_version_string + "(" + release_bundle_version + ")" \
+ "\nCURRENT=" + common.version + "(" + bundle_version + ")")