holy-tao/Install AutoHotkey
Downloads and installs AutoHotkey and adds it to PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of AutoHotkey to install (e.g. 2.0.19 or "latest") | no | latest |
| destination | Directory to install AutoHotkey into (defaults to current working directory) | no | "" |
| compiler | Version of the compiler to install, if any (e.g. "Ahk2Exe1.1.37.02a0a" or "latest") | no | "" |
| force-build | Always build 2.1+ from source, ignoring any cached build (no effect for 2.0 releases) | no | false |
Outputs
| name | description |
|---|---|
| version | The version of AutoHotkey that was actually installed |
| ahk32 | The full path to the installed AutoHotkey32.exe executable |
| ahk64 | The full path to the installed AutoHotkey64.exe executable |
| ahk2Exe | The full path to the installed AutoHotkey compiler |