This commit is contained in:
Adrien Ferrand 2021-04-01 00:58:30 +02:00
parent c290b42a29
commit c0ce3e5fe8

View file

@ -44,7 +44,7 @@ def main():
def _build_installer(installer_cfg_path):
print('Build the installer')
subprocess.check_call(['pynsist', installer_cfg_path])
subprocess.check_call([sys.executable, '-m', 'nsist', installer_cfg_path])
def _compile_wheels(repo_path, build_path, venv_python):