diff --git a/deploy.py b/deploy.py index b7fe1d5..49576b2 100644 --- a/deploy.py +++ b/deploy.py @@ -121,7 +121,7 @@ def add_version_tag (): x86_zip_path = '' for arch in ['x64', 'x86']: - dir = 'build-deploy-msvc2019-{}'.format (arch) + dir = 'build-deploy-msvc2022-{}'.format (arch) FNULL = open(os.devnull, 'w') if call(['cmake', script_dir], stdout= (None if options.verbose else FNULL), cwd=dir) != 0: print ('Error: Cmake error')