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
Copy file name to clipboardExpand all lines: index.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,17 @@ This is the latest code that has been reviewed and merged code, but not a milest
67
67
68
68
##### A note for Apple Silicon macOS devices
69
69
70
-
The application file must be signed before it can be run. Then right-click the file and select “Open”. To apply a signature, execute the following code in your Terminal (ensure you are in the same folder as the downloaded file):
70
+
There are two things you might need to do before you can run the application.
71
71
72
-
codesign -s - ./unsecure_mac_arm64_gui
72
+
If MacOS sees the downloaded file as a document and not as an application, run this code in the Terminal (in the folder you downloadd the file to):
73
+
74
+
chmod +x ./bitcoin-qt
75
+
76
+
It must also be signed before it can be run, via this command:
0 commit comments