From 72ef01987cab5fc1391ca86da4c6115625e2d3d6 Mon Sep 17 00:00:00 2001 From: halx99 Date: Mon, 18 Sep 2023 19:04:24 +0800 Subject: [PATCH] Improve console command: axmol run [skip ci][skip appveyor] --- tools/console/axmol.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/console/axmol.ps1 b/tools/console/axmol.ps1 index b1b62dfcc0..636a5c32c7 100644 --- a/tools/console/axmol.ps1 +++ b/tools/console/axmol.ps1 @@ -164,7 +164,7 @@ function axmol_run() { explorer.exe shell:AppsFolder\$appxPkgName!App } elseif($options.p -eq 'win32') { - explorer.exe $win32exePath + Start-Process -FilePath $win32exePath -WorkingDirectory $(Split-Path $win32exePath -Parent) } elseif($options.p -eq 'android') { adb shell am start -n "$androidPackage/$androidActivity"