Skip to content

Commit

Permalink
Update package script
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Oct 30, 2024
1 parent dc3c413 commit 8f70800
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
$ErrorActionPreference = "Stop"

dotnet build -c Release
cargo build --release

if (Test-Path ./local/GDWeave) {
Remove-Item ./local/GDWeave -Recurse
}
Expand Down

0 comments on commit 8f70800

Please sign in to comment.