Add build script 4

Still using old Python...
This commit is contained in:
Hans5958 2022-04-28 13:27:57 +00:00 committed by GitHub
parent bedecba06f
commit 21c30dd9e6

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.10" }
enviroment = { PYTHON_VERSION = "3.8" }