1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

docs/Releasing: no .wxs file updated needed for python version bump

The file is auto-generated, so the "different filename of python DLLs" is
taken care of by the build process.
This commit is contained in:
Athanasius 2022-12-14 11:45:59 +00:00
parent 2fdc14c371
commit 57cdda6218
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -455,7 +455,5 @@ When changing the Python version (Major.Minor.Patch) used:
1. Major or Minor level changes:
1. `Build-exe-and-msi.py` will need its version check updating.
2. `EDMarketConnector.wxs` will need updating to reference the correct
pythonXX.dll file.
3. `.pre-commit-config.yaml` will need the `default_language_version`
2. `.pre-commit-config.yaml` will need the `default_language_version`
section updated to the appropriate version.