Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 73a7ac0

Browse files
.
1 parent 7a6c6e8 commit 73a7ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/unity-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function Run {
358358
# if modules contains android then attempt to install android sdk
359359
if ($modules -contains 'android') {
360360
if (-not $IsMacOS) {
361-
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.FullName.Replace('\\', '/')
361+
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.FullName -replace '\\', '/'
362362
$androidSdkPath = "$rootEditorPath/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
363363
}
364364
else {

0 commit comments

Comments
 (0)