Releases: robotmitchum/ir_tool
Releases · robotmitchum/ir_tool
Ir Tool 1.1.11
Ir Tool 1.1.11 executable
Executable built using PyInstaller
Just extract the directory from the archive to a location of your choice and run the executable
Depending on your OS, it may be flagged as a virus, as is common for programs built with PyInstaller - This is a false positive
On macOS, because the application is not code-signed, a few manual steps are required before the first launch:
-
Remove Gatekeeper quarantine
xattr -dr com.apple.quarantine /ir_tool.app -
Make sure the executable inside the app bundle is allowed to run
chmod +x /ir_tool.app/Contents/MacOS/ir_tool -
On its first execution, macOS may ask for permission to access your files
Please allow it for the program to run properly