Skip to content
Snippets Groups Projects
Unverified Commit 3ce43a2c authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Pablo Galindo
Browse files

gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have...

gh-96729: Ensure installers built with Tools/msi/buildrelease.bat have matching UUIDs with official releases (GH-96755)

(cherry picked from commit 662782e9)

Co-authored-by: default avataradang1345 <adang1345@gmail.com>
parent 9cb7324e
Branches
Tags
No related merge requests found
Ensure that Windows releases built with ``Tools\msi\buildrelease.bat`` are
upgradable to and from official Python releases.
......@@ -12,7 +12,9 @@ rem
rem The following substitutions will be applied to the release URI:
rem Variable Description Example
rem {arch} architecture amd64, win32
set RELEASE_URI=https://www.python.org/{arch}
rem Do not change the scheme to https. Otherwise, releases built with this
rem script will not be upgradable to/from official releases of Python.
set RELEASE_URI=http://www.python.org/{arch}
rem This is the URL that will be used to download installation files.
rem The files available from the default URL *will* conflict with your
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment