Skip to content

Releases: robotmitchum/ir_tool

Ir Tool 1.1.11

13 Jan 19:07

Choose a tag to compare

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:

  1. Remove Gatekeeper quarantine
    xattr -dr com.apple.quarantine /ir_tool.app

  2. Make sure the executable inside the app bundle is allowed to run
    chmod +x /ir_tool.app/Contents/MacOS/ir_tool

  3. On its first execution, macOS may ask for permission to access your files
    Please allow it for the program to run properly