Forums » Forum général »
Release script for Windows
Added by Giraldeau Francis over 8 years ago
I would like to propose a script to release Computree on Windows.
First, to simplify dependencies, I uploaded an archive with every dlls (thanks to Naime):
https://bureaucrate.dorsal.polymtl.ca/~fgiraldeau/computree/deps/
Here is the link to the script:
https://github.com/computree/computree-v3/blob/devel/scripts/win_release.py
It uses a configuration file win_release.json that should be adjusted according to your build environment. The file win_check.py is also required to detect the dll arch. The script calls the windeployqt.exe tool to gather translation and icons. The result is a zip archive with all specified dependencies, where the arch for exe and librairies are checked.
I was not sure where I should upload them, so at the moment, the release I just did (including only the LVOX plugin) can be downloaded here:
https://bureaucrate.dorsal.polymtl.ca/~fgiraldeau/computree/release/
Cheers!