[bisq-network/bisq] Upgrade JavaFX to v15 (#4242)

Christoph Atteneder notifications at github.com
Mon Dec 28 16:47:20 CET 2020


@ripcurlx commented on this pull request.



> @@ -366,6 +366,57 @@ task packageInstallers {
                         " -vvvv" +
                         " --deep" +
                         " '${binariesFolderPath}/Bisq-${appVersion}.dmg'")
+
+                // macOS step 6: Upload for notarization
+                // See https://developer.apple.com/documentation/xcode/notarizing_macos_software_before_distribution/customizing_the_notarization_workflow#3087734
+                String envVariableAcUsername = "$System.env.BISQ_PACKAGE_NOTARIZATION_AC_USERNAME"
+                String envVariableAscProvider = "$System.env.BISQ_PACKAGE_NOTARIZATION_ASC_PROVIDER"
+                def uploadForNotarizationOutput = executeCmd("xcrun altool --notarize-app" +
+                        " --primary-bundle-id 'network.bisq.CAT'" +

We should envize the `primary-bundle-id` argument as well, as it has to be unique for each developer (CAT -> Christoph ATteneder) who wants to publish a binary.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4242#pullrequestreview-559197893
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201228/bc1d5bb8/attachment.htm>


More information about the bisq-github mailing list