From 2cddfb098f6cf54a54e2812e1070bf238bb4d20e Mon Sep 17 00:00:00 2001 From: Weicao-CatilGrass <1992414357@qq.com> Date: Mon, 9 Mar 2026 15:21:43 +0800 Subject: Add build script to compile and copy Windows GUI executable --- gui/win32/scripts/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui/win32/scripts') diff --git a/gui/win32/scripts/run.ps1 b/gui/win32/scripts/run.ps1 index a8f50e8..7ebc2f7 100644 --- a/gui/win32/scripts/run.ps1 +++ b/gui/win32/scripts/run.ps1 @@ -2,7 +2,7 @@ $originalLocation = Get-Location $scriptPath = Split-Path -Parent $MyInvocation.MyCommand.Path Set-Location $scriptPath -$exePath = "..\build\bin\butck_gui.exe" +$exePath = "..\build\bin\butckg.exe" if (Test-Path $exePath) { & $exePath } -- cgit