1 Star 0 Fork 7

GunVeda / FlaxEngine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PackageAll.bat 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
lex982746297@163.com 提交于 2020-12-31 13:00 . add
@echo off
rem Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
setlocal
pushd
echo Performing the full package...
rem Run the build tool.
call "Development\Scripts\Windows\CallBuildTool.bat" -deploy -deployEditor -deployPlatforms -verbose -log -logFile="Cache\Intermediate\PackageLog.txt" %*
if errorlevel 1 goto BuildToolFailed
popd
echo Done!
exit /B 0
:BuildToolFailed
echo Flax.Build tool failed.
goto Exit
:Exit
popd
exit /B 1
C#
1
https://gitee.com/GunVeda/FlaxEngine.git
git@gitee.com:GunVeda/FlaxEngine.git
GunVeda
FlaxEngine
FlaxEngine
master_CN

搜索帮助