From 505b86b47b723fcf33829b430f6c56493cc61395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 31 Oct 2020 18:51:59 +0100 Subject: add default browser hotkey --- build.bat | 1 + 1 file changed, 1 insertion(+) (limited to 'build.bat') 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 -- cgit v1.2.3