Skip to content

Commit

Permalink
Update run-build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Nov 7, 2024
1 parent cc2fd52 commit c940e62
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ cargo build --release
Get-ChildItem -Recurse -Path .

# Display shared library dependencies
Copy-Item -Path ".\target\release\lingua.dll" -Destination "..\..\..\lingua.dll"

# List directory contents recursively
cd ..\..\..
Get-ChildItem -Recurse -Path .
Copy-Item -Path ".\target\release\lingua.dll" -Destination "..\lingua.dll"

# Clean up
Write-Output "Goodbye world"

0 comments on commit c940e62

Please sign in to comment.