You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 10, 2025. It is now read-only.
description: GitHub Action to compile AutoHotKey scripts using Ahk2Exe
3
+
author: nekocodeX, modified for AHK v2 by jaredkotoff
4
+
5
+
inputs:
6
+
in:
7
+
description: The path or file name of the AutoHotKey script to compile (without the .ahk extension)
8
+
required: true
9
+
out:
10
+
description: The path or file name of the compiled executable (by default, an executable of the same name will be created in the path of the AutoHotKey script specified by the "in" parameter)
11
+
required: false
12
+
default: ''
13
+
icon:
14
+
description: The icon of the executable file is specified
0 commit comments