actions-marketplace-validations/AutoHotkey Build

This is a GitHub Action that builds AutoHotkey scripts for you

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 14, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/nukdokplex_autohotkey-build@31bedc5d2d2286c67cd7d9869fb0b9c279186962 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
versionThe version of AutoHotkey to be used (must be the version from the official AutoHotkey repository, e.g. "v1.1.29.01"). Defaults to latest.nolatest
x64Specifies whether to compile the 64-bit version. Defaults to true.notrue
x86Specifies whether to compile the 32-bit version. Defaults to false.nofalse
x64_suffixSpecifies suffix for the 64-bit version out file. Defaults to "_x64".no_x64
x86_suffixSpecifies suffix for the 32-bit version out file. Defaults to "_x86".no_x86
compressionSpecifies which compression method to use. "none" - do not use compression, "upx" - use UPX compression. There is no MPRESS 'cause it's discontinued. Don't try to use it, it won't work. Defaults to "none".nonone
inSpecifies a folder with scripts or a single script to be compiled. If you specify a folder, files with the extensions ".ahk", ".ahk2" will be taken. Recursive search in folder is not present. Defaults to CWD.no""
outSpecifies the folder for output files. Defaults to "build".nobuild
iconSpecifies icon file to use. Defaults to nothing.no""

no outputs