加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.bat 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
mrexodia 提交于 2017-06-24 22:11 . added release script
@echo off
rmdir /S /Q bin
mkdir bin\x32\plugins
mkdir bin\x64\plugins
copy Win7Release\*.* bin\x32\
copy Release\*.exe bin\x32\
copy Release\*.dll bin\x32\plugins\
copy Release\TitanHide.dp32 bin\x32\plugins\
copy x64\Win7Release\*.* bin\x64\
copy x64\Release\*.exe bin\x64\
copy x64\Release\*.dll bin\x64\plugins\
copy x64\Release\TitanHide.dp64 bin\x64\plugins\
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化