Apple removed TNT’s certificate, so the app will crash after July 12th. The current solution is to sign it yourself.
Run in Terminal
sudo codesign --force --deep --sign - /Applications/name.app
always add sudo
Disable gatekeeper to prevent third party softwares to work properly before downloading
sudo spctl --master-status
sudo spctl --master-disable
sudo spctl --master-enable
Requisite: Xcode or the Apple Command Line Tools
To install, execute
xcode-select --install
It may not work with 2021+ apps