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

cd2357 notifications at github.com
Mon Dec 21 16:40:38 CET 2020


@cd2357 commented on this pull request.



> +                        macOpts +
+                        " --type app-image")
+
+                // macOS step 3: Sign app (hardended runtime)
+                File bisqAppImageFullPath = new File(binariesFolderPath, "Bisq.app")
+                executeCmd("codesign" +
+                        " --sign \"${envVariableSigningID}\"" +
+                        " --options runtime" +
+                        " --entitlements macos.entitlements" +
+                        " --force" +
+                        " --verbose" +
+                        "${bisqAppImageFullPath}/Contents/runtime/Contents/MacOS/libjli.dylib")
+                executeCmd("codesign" +
+                        " --sign \"${envVariableSigningID}\"" +
+                        " --options runtime" +
+                        " --entitlements macos.entitlements" +

Done

-- 
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#discussion_r546775704
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201221/e26187dd/attachment.htm>


More information about the bisq-github mailing list