Skip to content

Commit

Permalink
fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
imagineeeinc committed Jun 20, 2024
1 parent 10665f2 commit 7c2e92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nimble build --d:release
nimble build --threading:on --d:release -y
cd assembler
nimble build --d:release
nimble build --d:release -y
cd ..
$compress = @{
Path = "./lychee.exe", "assembler/lasm.exe", "docs", "examples", "README.md", "lychee.png"
Expand Down

0 comments on commit 7c2e92d

Please sign in to comment.