Skip to content

Commit

Permalink
Include vcredist in portable zip.
Browse files Browse the repository at this point in the history
  • Loading branch information
electroly committed Aug 15, 2016
1 parent 5cb6d28 commit cf71631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/generate-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ copy "$absFolder\*.*" ..\publish-portable\
dir ..\publish-portable\*.deploy | ForEach {Rename-Item $_.FullName $_.FullName.Replace(".deploy", "")}
del ..\publish-portable\SqlNotebook.application

copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\*.dll" ..\publish-portable\

Add-Type -AssemblyName System.IO.Compression
Add-Type -AssemblyName System.IO.Compression.FileSystem
$inFolder = (Resolve-Path ..\publish-portable)
Expand Down

0 comments on commit cf71631

Please sign in to comment.