mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-11 00:10:19 +00:00
7 lines
126 B
Batchfile
7 lines
126 B
Batchfile
@echo off
|
|
call build-x86.bat
|
|
call build-x64.bat
|
|
set PATH=c:\Program Files (x86)\Inno Setup 5
|
|
compil32 /cc xchat-wdk.iss
|
|
pause
|