From 8cb59bb40e86111e97fccc45c99d9881feeaab31 Mon Sep 17 00:00:00 2001 From: rcmdnk Date: Sun, 29 Sep 2024 21:50:12 +0900 Subject: [PATCH] chore: update AHKPath to point to AutoHotkey v2 --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 6b26d4fc..5e72aa03 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ @echo off -SET AHKPath=C:\Program Files\AutoHotkey +SET AHKPath=C:\Program Files\AutoHotkey\v2 REM Takes a simple optional command parameter, /t, which starts testing before build. SET Param1=%1