Skip to content

Commit

Permalink
Added VS2022 support (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Nov 27, 2021
1 parent a6f87ac commit c4c0618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CreateRelease.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set workdir=BuildTmp\Src
if "%1" == "vs2017" (
set vsversion=vs2017
) else (
set vsversion=vs2019x64_vs2017Win32
set vsversion=vs2022x64_vs2017Win32
)

pushd "%~dp0"
Expand Down

0 comments on commit c4c0618

Please sign in to comment.