Skip to content

Commit

Permalink
Update vs runtimes part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Jun 27, 2021
1 parent 63fcf80 commit 2487914
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer/make portable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ copy ..\msvc_project\x64\Release\vsscript.lib buildp64\sdk\lib64
copy ..\sdk\filter_skeleton.c buildp64\sdk\examples
copy ..\sdk\invert_example.c buildp64\sdk\examples
copy ..\sdk\vsscript_example.c buildp64\sdk\examples
copy "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.28.29910\x64\Microsoft.VC142.CRT\*" buildp64
copy "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.29.30036\x64\Microsoft.VC142.CRT\*" buildp64
copy pfm-192-vapoursynth-win.exe buildp64
copy .\setup.py buildp64
copy .\MANIFEST.in buildp64
Expand Down Expand Up @@ -88,7 +88,7 @@ copy ..\msvc_project\x64\Release\vsscript.lib buildp32\sdk\lib64
copy ..\sdk\filter_skeleton.c buildp32\sdk\examples
copy ..\sdk\invert_example.c buildp32\sdk\examples
copy ..\sdk\vsscript_example.c buildp32\sdk\examples
copy "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.28.29910\x86\Microsoft.VC142.CRT\*" buildp32
copy "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Redist\MSVC\14.29.30036\x86\Microsoft.VC142.CRT\*" buildp32
copy pfm-192-vapoursynth-win.exe buildp32
copy .\setup.py buildp32
copy .\MANIFEST.in buildp32
Expand Down
2 changes: 1 addition & 1 deletion installer/vsinstaller.iss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Root: HKCU; Subkey: "Environment"; ValueType: expandsz; ValueName: "PATH"; Value

[Code]
const VSRuntimeVersion = '14.28.29913';
const VSRuntimeVersion = '14.29.30037';
type
TPythonPath = record
Expand Down

0 comments on commit 2487914

Please sign in to comment.