Skip to content

Commit

Permalink
Update deploy.py for vs2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Predelnik committed May 18, 2022
1 parent 2d57078 commit 59ddfbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 59ddfbb

Please sign in to comment.