ivangermes

Results 3 comments of ivangermes

IMHO This is because packaging removes the "py" files, leaving only the "pyc" files. As a quick fix, you can add config.py and config3.py to `data/flutter_assets/app/app.zip/__pypackages__/cv2/` manually. ( you can...

@AltugEngin > it didn't work neither @blackCmd > It didnt work... @avagst3 You need to add `config.py` and `config3.py` to resulted `app.zip`. This app.zip is created after the build in...

@EmmanuelMMontesinos I use a similar automation. I made a simple bash/python script to add a file to zip. And use it in my CI/CD system. ```bash function add_file_2_zip { python3...