Don't "initialize by default" on Windows.

This commit is contained in:
Ryan Volz 2021-07-23 15:35:43 -04:00
parent 033fd82239
commit 422105b6ab

View File

@ -96,7 +96,7 @@ def render_constructor(
company=company,
channels=lock_spec.channels,
specs=lock_spec.specs,
initialize_by_default=True,
initialize_by_default=False if platform.startswith("win") else True,
installer_type="all",
keep_pkgs=True,
license_file="LICENSE",