mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Fix call
This commit is contained in:
parent
c290b42a29
commit
c0ce3e5fe8
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue