diff --git a/Version.json b/Version.json index a006942..f679c49 100644 --- a/Version.json +++ b/Version.json @@ -1,7 +1,7 @@ { "Version": 1001, "Url": "DwoodAutoSetup.exe", - "Content": "德木自动化生产控制系统安装程序初始版本", + "Content": "222222222222", "history_version": [ { "Version": 1000, diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..09c8104 --- /dev/null +++ b/build.bat @@ -0,0 +1,21 @@ +@echo off + +setlocal + +set repoUrl=ssh://git@git.tool.dwoodauto.com:2221/jason/mes-admin-windows-release.git +set folderPath=E:\Demu\mes-admin-windows-release + +cd %folderPath% + +echo Adding files... +git add -A + +echo Committing changes... +git commit -m "Automatic commit" + +echo Pushing to remote repository... +git push %repoUrl% + +echo Done. + +endlocal \ No newline at end of file