Add build script 5

Still using old Python...
This commit is contained in:
Hans5958 2022-04-28 13:30:47 +00:00 committed by GitHub
parent 21c30dd9e6
commit 0825b5605f

View file

@ -1,4 +1,4 @@
[build]
publish = "dist/"
command = "FILE=tools/ci/build-prod.sh; rm -rf dist/; if [ -f $FILE ]; then bash $FILE; else cp -r web/ dist/; fi"
enviroment = { PYTHON_VERSION = "3.8" }
environment = { PYTHON_VERSION = "3.8" }