aboutsummaryrefslogtreecommitdiff
path: root/build.bat
blob: e01b78dc000394d1cb9b67eef4684b97c8a4a598 (plain)
1
2
3
4
5
6
7
8
9
@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%
if not exist %out%\toggleproxy.exe copy /y toggleproxy.exe %out%
type tt.*.ahk 2>nul | tt -c"" -d";;" -o%out%/ scripts.ahk  || pause