Skip to content

Commit

Permalink
Improve build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcmcpe committed Aug 26, 2020
1 parent 28d0863 commit d900eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Auto Arknights CLI/build-winx64.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dotnet publish -c Release -v n
Remove-Item artifact\*.pdb
Remove-Item -R artifact\dll
$depsFile = 'artifact\Auto Arknights CLI.deps.json'
$deps = [System.IO.File]::ReadAllText($depsFile).Replace('
"runtimes/win-x64/native/OpenCvSharpExtern.pdb": {
Expand Down

0 comments on commit d900eae

Please sign in to comment.