No description provided.
[scripts] Minor improvements to `macdeployqtplus` script. #10273
pull chrisgavin wants to merge 2 commits into bitcoin:master from chrisgavin:macdeployqtplus changing 1 files +2 −4-
chrisgavin commented at 8:18 AM on April 25, 2017: contributor
-
Remove unused variable from `macdeployqtplus` script. 4f3ac7ddd7
-
Use `with` in `macdeployqtplus` script. e8babc4330
- laanwj added the label Build system on Apr 25, 2017
-
in contrib/macdeploy/macdeployqtplus:305 in e8babc4330
301 | @@ -302,7 +302,6 @@ def copyFramework(framework, path, verbose): 302 | if os.path.exists(fromContentsDir): 303 | toContentsDir = os.path.join(path, framework.destinationVersionContentsDirectory) 304 | shutil.copytree(fromContentsDir, toContentsDir, symlinks=True) 305 | - contentslinkfrom = os.path.join(path, framework.destinationContentsDirectory)
jonasschnelli commented at 7:40 PM on April 25, 2017:What's the reason to remove this line? We don't use dynamic linked custom Frameworks in the Bitcoin-Qt.app bundle.
chrisgavin commented at 9:24 PM on April 25, 2017: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.
jonasschnelli added the label MacOSX on Apr 25, 2017jonasschnelli commented at 6:57 AM on April 26, 2017: contributorYes. Makes sense (though a very tiny optimisation/cleanup near PR "dust-limit"). utACK e8babc4330cd7db82650f28147c388846a389c77
jonasschnelli commented at 7:33 AM on April 26, 2017: contributorBuilds the DMG correctly (https://bitcoin.jonasschnelli.ch/build/113). Tested ACK e8babc4330cd7db82650f28147c388846a389c77
laanwj merged this on Apr 26, 2017laanwj closed this on Apr 26, 2017laanwj referenced this in commit 8979f4569e on Apr 26, 2017PastaPastaPasta referenced this in commit 688d6e98b3 on May 10, 2019PastaPastaPasta referenced this in commit 332b995cec on May 15, 2019PastaPastaPasta referenced this in commit 0d2f2b3617 on May 20, 2019PastaPastaPasta referenced this in commit 91b39f3b73 on May 21, 2019barrystyle referenced this in commit 8a02eff321 on Jan 22, 2020jasonbcox referenced this in commit 2f142e5a3a on Oct 17, 2020MarcoFalke locked this on Sep 8, 2021ContributorsLabels
github-metadata-mirror
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC
This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-21 18:15 UTC
This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me
More mirrored repositories can be found on mirror.b10c.me