File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1824,7 +1824,7 @@ function Start-UnityEditor {
1824
1824
if ( $BuildTarget ) { $sharedArgs += " -buildTarget" , $BuildTarget }
1825
1825
if ( $BatchMode ) { $sharedArgs += " -batchmode" }
1826
1826
if ( $Quit ) { $sharedArgs += " -quit" }
1827
- if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , " `" $ExportPackage `" " }
1827
+ if ( $ExportPackage ) { $sharedArgs += " -exportPackage" , ( $ExportPackage | ForEach-Object { " `" $_ `" " }) }
1828
1828
if ( $ImportPackage ) { $sharedArgs += " -importPackage" , " `" $ImportPackage `" " }
1829
1829
if ( $Credential ) { $sharedArgs += ' -username' , $Credential.UserName }
1830
1830
if ( $EditorTestsCategory ) { $sharedArgs += ' -editorTestsCategories' , ($EditorTestsCategory -join ' ,' ) }
You can’t perform that action at this time.
0 commit comments