aboutsummaryrefslogtreecommitdiff
path: root/build.bat
blob: 6e84be9be61301657593db64d696a0910ff44c40 (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
setlocal
cd /d %~dp0
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