1 Star 0 Fork 0

Danboard / barrier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_installer.bat 803 Bytes
一键复制 编辑 原始数据 按行查看 历史
noisyshape 提交于 2019-04-18 18:39 . Replace Wix with Inno Setup
@echo off
set INNO_ROOT=C:\Program Files (x86)\Inno Setup 5
set savedir=%cd%
cd /d %~dp0
if not exist build\bin\Release goto buildproject
echo Building 64-bit Windows installer...
cd build\installer-inno
if ERRORLEVEL 1 goto buildproject
"%INNO_ROOT%\ISCC.exe" /Qp barrier.iss
if ERRORLEVEL 1 goto failed
echo Build completed successfully
goto done
:buildproject
echo To build a 64-bit Windows installer:
echo - set B_BUILD_TYPE=Release in build_env.bat
echo - also set other environmental overrides necessary for your build environment
echo - run clean_build.bat to build Barrier and verify that it succeeds
echo - re-run this script to create the installation package
goto done
:failed
echo Build failed
:done
set INNO_ROOT=
cd /d %savedir%
set savedir=
C++
1
https://gitee.com/wangdou2014/barrier.git
git@gitee.com:wangdou2014/barrier.git
wangdou2014
barrier
barrier
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891