0 Star 0 Fork 20

enenen/AutomationTestSystem

forked from King/AutomationTestSystem 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
打包Exe.bat 529 Bytes
一键复制 编辑 原始数据 按行查看 历史
@echo off
xcopy /y %~dp0\src\main\resources %~dp0\Config\src\main\resources /e
xcopy /y %~dp0\Config %~dp0\target\jfx\app /e
echo 文件拷贝成功!
md %~dp0\AutomationTestSystem\bundles
start %~dp0\AutomationTestSystem\bundles
echo 【目录打开成功,别关闭,程序生成中...】
echo 开始执行打包EXE程序操作!
javafxpackager -deploy -native exe -srcdir target\jfx\app -outdir AutomationTestSystem -name AutomationTestSystem -outfile AutomationTestSystem -appclass AutomationTestSystem.StartClient
echo 打包EXE程序成功!
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/qq264640/AutomationTestSystem.git
git@gitee.com:qq264640/AutomationTestSystem.git
qq264640
AutomationTestSystem
AutomationTestSystem
master

搜索帮助