Skip to content

Commit

Permalink
[desktop] for bug 65074
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Nov 14, 2023
1 parent 5d7de5a commit d2888db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/package_desktop.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ def make_macos():
% (plistbuddy, common.version, plist_path), verbose=True)
utils.sh('%s -c "Set :CFBundleVersion %s" %s' \
% (plistbuddy, bundle_version, plist_path), verbose=True)
utils.sh('%s -c "Set :ASCBundleBuildNumber %s" %s' \
% (plistbuddy, common.build, plist_path), verbose=True)
utils.sh('%s -c "Add :ASCWebappsHelpUrl string %s" %s' \
% (plistbuddy, help_url, plist_path), verbose=True)

Expand Down

0 comments on commit d2888db

Please sign in to comment.