mirror of https://github.com/axmolengine/axmol.git
Improve console command: axmol run [skip ci][skip appveyor]
This commit is contained in:
parent
25d23da414
commit
72ef01987c
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue