mirror of
https://github.com/ryanvolz/radioconda.git
synced 2024-11-12 07:16:10 -05:00
Don't "initialize by default" on Windows.
This commit is contained in:
parent
033fd82239
commit
422105b6ab
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user