DPS/build.bat

9 lines
241 B
Batchfile
Raw Normal View History

2025-06-23 10:41:33 +08:00
rm -rf ./DataPlatform/html/
rm -rf ./html/static/js/*.map
xcopy "./html" %~dp0"DataPlatform\html\" /S /Y /I
pushd "./DataPlatform/"
createqrc.exe ./ ui html /html
popd
devenv.exe DataPlatformStudio.sln /build "deploy|x64"
denpendinstall.bat