diff options
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 } |
