[Developers] READ ME BEFORE CREATING RELEASES! - radiantlab/HDRICalibrationTool GitHub Wiki

Before anything else, make sure to change the release # to the correct one in src/user_interface/ui_main.py

Because git submodules and releases don't interact well, you have to do the release binaries manually. Here's how to do it:

$ mkdir hdri_release_whatever # call it whatever you want, we won't upload this
$ cd hdri_release_whatever
$ git clone https://github.com/XiangyuLijoey/HDRICalibrationTool.git
$ cd HDRICalibrationTool
$ git submodule update --recursive --remote --init
$ cd ..
$ zip HDRICalibrationTool_USE_ME.zip -r HDRICalibrationTool/

Then upload that *_USE_ME.zip. Sorry it has to be this way.