Skip to content

Commit

Permalink
Build.ps1: Copy dlls to build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 committed Oct 7, 2024
1 parent 67b0412 commit 577721f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ if (Test-Path "build/$target") {

mkdir build/$target
cp cli/bin/Release/*/$target/publish/Elk.Cli.exe build/$target/elk.exe
cp cli/bin/Release/*/$target/publish/*.dll build/$target
cp -r cli/bin/Release/*/$target/publish/Resources/* build/$target

0 comments on commit 577721f

Please sign in to comment.