[change] yao debug

This commit is contained in:
Max 2022-11-10 10:17:12 +08:00
parent 09a7d9db63
commit 55ebd7582b

View file

@ -243,11 +243,11 @@ debug: clean
mkdir -p dist/release mkdir -p dist/release
# Packing # Packing
mkdir -p .tmp/data # mkdir -p .tmp/data
cp -r ui .tmp/data/ui # cp -r ui .tmp/data/ui
cp -r yao .tmp/data/ # cp -r yao .tmp/data/
go-bindata -fs -pkg data -o data/bindata.go -prefix ".tmp/data/" .tmp/data/... # go-bindata -fs -pkg data -o data/bindata.go -prefix ".tmp/data/" .tmp/data/...
rm -rf .tmp/data # rm -rf .tmp/data
# Replace PRVERSION # Replace PRVERSION