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
Recently I noticed that when unpacking 7z archives using Keka (archives were also created using Keka) all unpacked files have a quarantine flag.
Here is a links to discuss this situation: #544 #405
This is my mistake.
I executed command sudo codesign -f -d -s - /Applications/Keka.app and thought it was the same as command sudo codesign --force --deep --sign - /Applications/Keka.app just with shortened arguments for quick writing.
After executing the sudo codesign --force --deep --sign - /Applications/Keka.app command, everything works without problems and the quarantine attributes are not added.
Thanks again for the cool archiver!
Configuration
Describe the bug
Recently I noticed that when unpacking 7z archives using Keka (archives were also created using Keka) all unpacked files have a quarantine flag.
Here is a links to discuss this situation:
#544
#405
I executed the command as it is written here so that Keka does not work in the sandbox and so that the quarantine flag is not added
https://github.com/aonez/Keka/wiki/Rar-compression#un-sandbox-keka
codesign --force --deep --sign - /Applications/Keka.app
Now when I try to create or unpack any archive, I get error 4.
How can I prevent of adding a
com.apple.quarantine
attribute when Keka is running?The text was updated successfully, but these errors were encountered: