Skip to content

Commit

Permalink
Properly remove extended attributes on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Oct 2, 2023
1 parent 76c7cdb commit 9e4a011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/hold_control_and_click_open_me_first.command
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 9e4a011

Please sign in to comment.