aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-12-11 16:44:26 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-12-11 16:44:26 +0100
commit63a13305b656ce5d2e502773bf2c17c99f3992b3 (patch)
tree78375ec2c43c6dcb71c5b041670780eca6e98954 /build.bat
parent15d51b8def343ab6b577f4c913a2d20baa9e6aa2 (diff)
downloadahk-63a13305b656ce5d2e502773bf2c17c99f3992b3.tar.gz
Remove default browser hotkeys
These were desigend for Windows XP. If I start browser-hopping again, I might re-instate these hotkeys and update the registry files for Windows 7.
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 6e84be9..e01b78d 100644
--- a/build.bat
+++ b/build.bat
@@ -5,6 +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%
if not exist %out%\toggleproxy.exe copy /y toggleproxy.exe %out%
type tt.*.ahk 2>nul | tt -c"" -d";;" -o%out%/ scripts.ahk || pause \ No newline at end of file