From 9e4a011422fb2bac4b9478698436b4e510b0b87c Mon Sep 17 00:00:00 2001 From: laggykiller Date: Tue, 3 Oct 2023 01:27:36 +0800 Subject: [PATCH] Properly remove extended attributes on macOS --- scripts/hold_control_and_click_open_me_first.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hold_control_and_click_open_me_first.command b/scripts/hold_control_and_click_open_me_first.command index 4d66e37..2119523 100755 --- a/scripts/hold_control_and_click_open_me_first.command +++ b/scripts/hold_control_and_click_open_me_first.command @@ -4,7 +4,7 @@ cd "$(dirname "$0")" # Remove quarantine attribute -xattr -d com.apple.quarantine sticker-convert.app +xattr -r -c sticker-convert.app # Launch sticker-convert open sticker-convert.app &