File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - name : Checkout
1111 uses : actions/checkout@v5
12-
12+
13+ - name : Download AutoHotKey
14+ shell : powershell
15+ run : |
16+ Invoke-WebRequest https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.19/AutoHotkey_2.0.19.zip -OutFile AutoHotkey.zip
17+ 7z x AutoHotkey.zip
18+
1319 - name : Download Ahk2Exe Compiler
1420 shell : powershell
1521 run : |
1925 - name : Ahk2Exe
2026 shell : powershell
2127 run : |
22- ./Ahk2Exe.exe /in "./MS Paint Hotkeys.ahk" /out "./msp_hotkeys.exe" /icon ".github\readme-images\mspaint\icon\icon16.ico" /silent verbose
28+ ./Ahk2Exe.exe /in "./MS Paint Hotkeys.ahk" /out "./msp_hotkeys.exe" /icon ".github\readme-images\mspaint\icon\icon16.ico" /base "./AutoHotkey64.exe" / silent verbose
2329
2430 - name : Upload a Build Artifact
2531 uses : actions/upload-artifact@v5
You can’t perform that action at this time.
0 commit comments