Skip to content

Commit

Permalink
+ Coping windows C runtime libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
trueromanus committed Feb 19, 2022
1 parent 5842dd9 commit 09cd12d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ deploy/*.zip
deploy/release
scripts/*.crt
scripts/*.key
scripts/*.cer
scripts/*.cer

windowsclibs
3 changes: 3 additions & 0 deletions scripts/windowsDeploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ Copy-Item -Path *.crt -Destination ../deploy/output/certificate
Copy-Item -Path *.key -Destination ../deploy/output/certificate
Copy-Item -Path *.cer -Destination ../deploy/output/certificate

# Copy Windows C runtime libraries
Copy-Item -Path ../windowsclibs/*.dll -Destination ../deploy/output

# Compress final build to zip file
Remove-Item -Path ../deploy/release.zip -ErrorAction Ignore
Compress-Archive -Path ../deploy/output/* -DestinationPath ../deploy/windows.amd64-0.0.0.zip

0 comments on commit 09cd12d

Please sign in to comment.