-
Notifications
You must be signed in to change notification settings - Fork 38.7k
[scripts] Minor improvements to macdeployqtplus script.
#10273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| if os.path.exists(fromContentsDir): | ||
| toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory) | ||
| shutil.copytree(fromContentsDir, toContentsDir, symlinks=True) | ||
| contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the reason to remove this line? We don't use dynamic linked custom Frameworks in the Bitcoin-Qt.app bundle.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In af0bd5e, the majority of this code was removed but I think this line was left in by mistake. As far as I can tell it doesn't do anything - it just defines a variable that is never used.
|
Yes. Makes sense (though a very tiny optimisation/cleanup near PR "dust-limit"). |
|
Builds the DMG correctly (https://bitcoin.jonasschnelli.ch/build/113). |
Summary: Backport of core [[bitcoin/bitcoin#10273 | PR10273]]. Test Plan: ninja osx-dmg Reviewers: #bitcoin_abc, deadalnix Reviewed By: #bitcoin_abc, deadalnix Differential Revision: https://reviews.bitcoinabc.org/D7967
No description provided.