Skip to content

Commit

Permalink
changed build to pull ahk from github
Browse files Browse the repository at this point in the history
  • Loading branch information
ecornell committed Mar 20, 2023
1 parent 62aea3e commit 7616a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
$cwd = (Get-Item .).FullName;
Invoke-WebRequest "https://www.autohotkey.com/download/ahk-v2.zip" -OutFile "$cwd\ahk-v2.zip";
Invoke-WebRequest "https://github.com/AutoHotkey/AutoHotkey/releases/download/v2.0.2/AutoHotkey_2.0.2.zip" -OutFile "$cwd\ahk-v2.zip";
Expand-Archive -Path "$cwd\ahk-v2.zip" -DestinationPath "$cwd\_autohotkey\" -Force;
Remove-Item -Path "$cwd\ahk-v2.zip" -Force
Expand Down

0 comments on commit 7616a35

Please sign in to comment.