diff --git a/build.ps1 b/build.ps1 index bc9d8925..268712d3 100644 --- a/build.ps1 +++ b/build.ps1 @@ -147,4 +147,7 @@ if (!(Test-Path -Path "$MSQUIC_OUT_DIR/msquic.lib")){ complie_msquic } release_gt_lib -release_gt_exe \ No newline at end of file +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" \ No newline at end of file