From 227eeea60f7fb823dff09814e76dc9b4db45a954 Mon Sep 17 00:00:00 2001 From: AdachiAndShimamura Date: Tue, 19 Mar 2024 15:26:39 +0800 Subject: [PATCH] fix: fix bug fix bugs --- build.ps1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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