Skip to content

Commit

Permalink
fix: fix bug
Browse files Browse the repository at this point in the history
fix bugs
  • Loading branch information
AdachiAndShimamura committed Mar 19, 2024
1 parent afba071 commit 227eeea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,7 @@ if (!(Test-Path -Path "$MSQUIC_OUT_DIR/msquic.lib")){
complie_msquic
}
release_gt_lib
release_gt_exe
release_gt_exe

New-Item -ItemType Directory -Force -Path "$WORK_DIR/release"
Copy-Item -Path "$WORK_DIR/target/x86_64-pc-windows-msvc/release/gt.exe" -Destination "$WORK_DIR/release/gt-win-x86_64.exe"

0 comments on commit 227eeea

Please sign in to comment.