aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-11-20 15:10:31 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-11-20 15:10:31 +0100
commit671b8bf7769ea2e9f0c6ffa63021ccbfb7d4b668 (patch)
tree2726e8d405c02def66a9d332d292ad2ad9c6c80f /build.bat
parent5d0a841e08e9f032051db52ad2793b77df58fb6d (diff)
downloadahk-671b8bf7769ea2e9f0c6ffa63021ccbfb7d4b668.tar.gz
add enable/disable proxy hotkeys
This enables/disables the proxy in Internet Options.
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 fcd6d81..6e84be9 100644
--- a/build.bat
+++ b/build.bat
@@ -6,4 +6,5 @@ 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