We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb6d28 commit cf71631Copy full SHA for cf71631
src/generate-release.ps1
@@ -16,6 +16,8 @@ copy "$absFolder\*.*" ..\publish-portable\
16
dir ..\publish-portable\*.deploy | ForEach {Rename-Item $_.FullName $_.FullName.Replace(".deploy", "")}
17
del ..\publish-portable\SqlNotebook.application
18
19
+copy "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\redist\x64\Microsoft.VC140.CRT\*.dll" ..\publish-portable\
20
+
21
Add-Type -AssemblyName System.IO.Compression
22
Add-Type -AssemblyName System.IO.Compression.FileSystem
23
$inFolder = (Resolve-Path ..\publish-portable)
0 commit comments