Skip to content

Commit cf71631

Browse files
committed
Include vcredist in portable zip.
1 parent 5cb6d28 commit cf71631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/generate-release.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ copy "$absFolder\*.*" ..\publish-portable\
1616
dir ..\publish-portable\*.deploy | ForEach {Rename-Item $_.FullName $_.FullName.Replace(".deploy", "")}
1717
del ..\publish-portable\SqlNotebook.application
1818

19+
copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\*.dll" ..\publish-portable\
20+
1921
Add-Type -AssemblyName System.IO.Compression
2022
Add-Type -AssemblyName System.IO.Compression.FileSystem
2123
$inFolder = (Resolve-Path ..\publish-portable)

0 commit comments

Comments
 (0)