diff options
| author | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 15:21:43 +0800 |
|---|---|---|
| committer | Weicao-CatilGrass <1992414357@qq.com> | 2026-03-09 15:21:43 +0800 |
| commit | 2cddfb098f6cf54a54e2812e1070bf238bb4d20e (patch) | |
| tree | de3a8aa390f4db7e50be66b48af58d88d67c0b74 /gui/win32/scripts/run.ps1 | |
| parent | b7bbfc193aeae5b0fb8db6d586aabaf992dd0cfe (diff) | |
Add build script to compile and copy Windows GUI executable
Diffstat (limited to 'gui/win32/scripts/run.ps1')
| -rw-r--r-- | gui/win32/scripts/run.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
