You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge bitcoin#28432: build: Produce a .zip for macOS distribution
b5790c3 build: remove dmg dependencies (fanquake)
33ae0bd macdeploy: remove DMG generation from deploy script (fanquake)
a128111 build: produce a .zip for macOS distribution (Hennadii Stepanov)
c38561d build: add -zip option to macdeployqtplus (fanquake)
Pull request description:
It is bitcoin#27099 revived with addressed [comments](bitcoin#27099 (comment)).
From bitcoin#27099 (comment):
> Reviving the discussion around using a `.zip` for the distributed macOS binaries, as opposed to a `.dmg`.
>
> Given we only had a single report of the "no finder window" issue (bitcoin#26176), I wonder if that means macOS users were able to figure it out, they gave up/didn't report, or, we just have very few macOS users.
>
> Related to bitcoin#18128.
That's how it looks on macOS:

ACKs for top commit:
Sjors:
tACK b5790c3
jarolrod:
ACK b5790c3
TheCharlatan:
utACK b5790c3
Tree-SHA512: 6e9cb3ab0f60f8a92bfec50577e8d096c5b23ec09ebbb334826415609140ddc96d470aea37379495c1c6bb1beec0d306b09460f62e1543bb0f4396c10a1dfbe2
ap.add_argument("-no-strip", dest="strip", action="store_false", default=True, help="don't run 'strip' on the binaries")
398
-
ap.add_argument("-dmg", nargs="?", const="", metavar="basename", help="create a .dmg disk image")
399
396
ap.add_argument("-translations-dir", nargs=1, metavar="path", default=None, help="Path to Qt's translations. Base translations will automatically be added to the bundle's resources.")
397
+
ap.add_argument("-zip", nargs="?", const="", metavar="zip", help="create a .zip containing the app bundle")
0 commit comments