Skip to content

Commit 0127976

Browse files
committed
Add batch file to build the executable
Includes the my-keys.ahk file to aggregate all scripts.
1 parent c9d430c commit 0127976

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.bat

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
3+
SET AHK2EXE="%PROGRAMFILES%\AutoHotKey\Compiler\ahk2exe.exe"
4+
%AHK2EXE% /in my-keys.ahk /out MyKeys.exe

my-keys.ahk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Include, media-control.ahk
2+
#Include, quiet-hours.ahk

0 commit comments

Comments
 (0)