Skip to content

Commit

Permalink
add build ahk2
Browse files Browse the repository at this point in the history
  • Loading branch information
binochoi committed Apr 13, 2024
1 parent 931a243 commit 2cf8368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
Expand-Archive -Path "AutoHotkey.zip" -DestinationPath "AutoHotkey"
- name: Build AHK Script
run: |
.\AutoHotkey\AutoHotkey64.exe main.ahk
.\Ahk2Exe.exe /base ./AutoHotkey64.exe /in ./main.ahk /out ./main.exe
- run: ls
- run: ls ./AutoHotKey
Expand Down

0 comments on commit 2cf8368

Please sign in to comment.