Skip to content

Commit

Permalink
Fixes CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon committed Oct 19, 2023
1 parent b14898c commit 25bd13b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-dist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if ($LASTEXITCODE -ne 0) {
}

# std
.\dist\bin\nitro.exe build --pkg dist\share\nitro\nitro.npk
.\dist\bin\nitro.exe pack --output dist\share\nitro\nitro.npk

if ($LASTEXITCODE -ne 0) {
exit 1
Expand Down
2 changes: 1 addition & 1 deletion build-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ mkdir -p "$dir/stub/win32-x86_64"
/out:"$dir/stub/win32-x86_64/msvcrt.lib"

# std
./dist/bin/nitro build --pkg "$dir/nitro.npk"
./dist/bin/nitro pack --output "$dir/nitro.npk"

0 comments on commit 25bd13b

Please sign in to comment.