mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 21:22:38 +01:00
5 lines
225 B
Batchfile
5 lines
225 B
Batchfile
@echo off
|
|
set PATH=C:\Program Files (x86)\Windows Installer XML v3.5\bin
|
|
candle -nologo installer-x86.wxs -ext WixUIExtension -ext WixUtilExtension
|
|
light -nologo installer-x86.wixobj -ext WixUIExtension -ext WixUtilExtension
|