aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-31 18:51:59 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-10-31 18:51:59 +0100
commit505b86b47b723fcf33829b430f6c56493cc61395 (patch)
tree4969fa68071323d204e6004c6496c09cc5f09fbe /build.bat
parent9ac211b546c060092a189aacaf033b975ff24943 (diff)
downloadahk-505b86b47b723fcf33829b430f6c56493cc61395.tar.gz
add default browser hotkey
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index c7e141e..fcd6d81 100644
--- a/build.bat
+++ b/build.bat
@@ -5,4 +5,5 @@ set out=out
if not exist %out%\ md %out% || exit /b 1
for %%f in ("*.ico") do if not exist %out%\%%f copy /y "%%f" %out%
for %%f in ("*.bmp") do if not exist %out%\%%f copy /y "%%f" %out%
+for %%f in ("*.reg") do if not exist %out%\%%f copy /y "%%f" %out%
type tt.*.ahk 2>nul | tt -c"" -d";;" -o%out%/ scripts.ahk || pause \ No newline at end of file