diff --git a/encapsulation.sh b/encapsulation.sh new file mode 100644 index 0000000..c3b7a78 --- /dev/null +++ b/encapsulation.sh @@ -0,0 +1,6 @@ +pyinstaller --onefile AV_Data_Capture.py --hidden-import ADC_function.py --hidden-import core.py +cp config.ini dist/ +find . -name '*.pyc' -delete +find . -name '__pycache__' -type d | xargs rm -fr +find . -name '.pytest_cache' -type d | xargs rm -fr +rm -rf build/