Releases: sugoidogo/obs-python-installer
Releases · sugoidogo/obs-python-installer
2.0.1
use ConfigParser
- prevents adding the same entry to the global ini file across multiple runs and adds the proper key for 32 bit support
2.0.0
- The installer will now prefer using an existing PythonCore (aka official) 3.6 install
- The PythonCore installer will be used instead of an embedded install
- 32-bit support
1.2.1
ask the user to close obs before installer starts
- OBS overwrites all config files on exit, so it must be closed for this installer to update those files.
- releases now include the solo python script to avoid windows defender issues for users who already have python
1.2.0
fix mistaken settings file changes
- The correct OBS settings will now be updated, the installer is now fully automated.
1.1.3
always use utf-8 with OBS json files
should fix encoding issues with scene collections imported from SLOBS
1.1.2
print filename when settings update fails
1.1.1
don't exit early if settings updates fail
- exe is now built with upx which seems to avoid false positives on Windows Defender
1.1.0
add python path to all scene collections
means that the installer is now fully automated and doesn't require any user intervention.