fix elevation_required

This commit is contained in:
Hare Sudhan
2025-10-04 14:15:01 -04:00
parent 90b0b774b9
commit ee1ca4fb89
+1 -2
View File
@@ -14,6 +14,5 @@ atomic_tests:
default: myapp.app
executor:
command: |
sudo xattr -d com.apple.quarantine #{app_path}
elevation_required: true
xattr -d com.apple.quarantine #{app_path}
name: sh