Improve console command: axmol run [skip ci][skip appveyor]

This commit is contained in:
halx99 2023-09-18 19:04:24 +08:00
parent 25d23da414
commit 72ef01987c
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ function axmol_run() {
explorer.exe shell:AppsFolder\$appxPkgName!App explorer.exe shell:AppsFolder\$appxPkgName!App
} }
elseif($options.p -eq 'win32') { elseif($options.p -eq 'win32') {
explorer.exe $win32exePath Start-Process -FilePath $win32exePath -WorkingDirectory $(Split-Path $win32exePath -Parent)
} }
elseif($options.p -eq 'android') { elseif($options.p -eq 'android') {
adb shell am start -n "$androidPackage/$androidActivity" adb shell am start -n "$androidPackage/$androidActivity"