9 lines
241 B
Batchfile
9 lines
241 B
Batchfile
|
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
|