mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-11 06:15:05 +00:00
3 lines
124 B
Batchfile
3 lines
124 B
Batchfile
@ECHO OFF
|
|
ECHO -- Building Installer --
|
|
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" /Qp ".\build\64\installer.iss" > nul
|