1 Star 0 Fork 5

equalll / FlaxEngine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
PackageEditor.bat 440 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 Building and packaging Flax Editor...
rem Run the build tool.
call "Development\Scripts\Windows\CallBuildTool.bat" -deploy -deployEditor -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/forgo/FlaxEngine.git
git@gitee.com:forgo/FlaxEngine.git
forgo
FlaxEngine
FlaxEngine
master_CN

搜索帮助