This is a toolset for implementing in-place compilation capabilities in projects written in AutoHotkey.
The binary files as
AutoHotkey64.exe
andAhk2Exe.exe
are COMPRESSED bympress.exe
by default for a smaller repo size.
git submodule add --depth=1 https://github.com/Nigh/ahk-compile-toolset
git clone <your_repo_url> --recurse-submodules --shallow-submodules
./ahk-compile-toolset/ahk2exe.exe /in "<your_script_name(main.ahk)>" /base "./ahk-compile-toolset/AutoHotkey64.exe" /compress 1