From 482a96b09ab45a6a75d7d3f1fd6b389fa3b0ec31 Mon Sep 17 00:00:00 2001 From: Snuffy2 Date: Fri, 16 Feb 2024 18:08:18 -0500 Subject: [PATCH] Disable MacOS quarantine for unsigned application --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 918b2d5..3ea5c4c 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,11 @@ to use **Bed Leveler 5000**. ``` chmod +x BedLeveler5000 PrinterInfoWizard InspectorG-code PrinterTester ``` -8) Run desired application +8) Disable quarantine as the application is unsigned + ``` + xattr -d com.apple.quarantine -r . + ``` +9) Run desired application - Bed Leveler 5000 ``` ./BedLeveler5000 @@ -122,4 +126,4 @@ GPLv3 [pylint]: [Pillow]: [GnuPG]: - [03E565C3F0C71CB2]: \ No newline at end of file + [03E565C3F0C71CB2]: