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
description: GitHub Action to compile AutoHotKey scripts using Ahk2Exe
3
+
author: nekocodeX
4
+
5
+
inputs:
6
+
in:
7
+
description: The path or file name of the AutoHotKey script to compile
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