We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de519d8 commit 27ea87dCopy full SHA for 27ea87d
1 file changed
tools/cmdline/build.ps1
@@ -96,7 +96,7 @@ if (!(Test-Path $1k_script -PathType Leaf)) {
96
97
$source_proj_dir = if ($options.d) { $options.d } else { $workDir }
98
$Global:is_axmol_engine = ($source_proj_dir -eq $AX_ROOT)
99
-$Global:is_axmol_app = !!(Get-ChildItem (Join-Path $source_proj_dir '.axproj*'))
+$Global:is_axmol_app = !!(Get-ChildItem (Join-Path $source_proj_dir '.axproj*') -Force)
100
$is_android = $options.p -eq 'android'
101
102
if($Global:is_axmol_app) {
0 commit comments