FYI, in macOS v15 Sequoia +, Gatekeeper/quarantine/signing has changed. Right click to open won't allow the bypass. The quickest way, without disabling runtime protection:
`xattr -r -d com.apple.quarantine /Applications/Pragtical.app`
-d is delete
-r is recursive
Hopefully, Apple won't lock it down further.