GoWiki/build/BUILD_ASSETS-RELEASE.bat
2019-12-13 08:57:01 +01:00

4 lines
70 B
Batchfile

cd /d %~dp0
cd ..
go-bindata -verbose -o bindata.go ./web/...
pause