summaryrefslogtreecommitdiff
path: root/gui/win32/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'gui/win32/scripts')
-rw-r--r--gui/win32/scripts/run.ps12
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
}