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

Commit f50cc21

Browse files
.
1 parent 73a7ac0 commit f50cc21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/unity-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if ($modules -contains 'android') {
362362
$androidSdkPath = "$rootEditorPath/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
363363
}
364364
else {
365-
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.Parent.Parent.Parent.FullName
365+
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.Parent.Parent.FullName
366366
$androidSdkPath = "$rootEditorPath/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
367367
}
368368
if (-not (Test-Path -Path "$androidSdkPath")) {

src/unity-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if ($modules -contains 'android') {
362362
$androidSdkPath = "$rootEditorPath/Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
363363
}
364364
else {
365-
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.Parent.Parent.Parent.FullName
365+
$rootEditorPath = (Get-Item $editorPath).Directory.Parent.Parent.Parent.FullName
366366
$androidSdkPath = "$rootEditorPath/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
367367
}
368368
if (-not (Test-Path -Path "$androidSdkPath")) {

0 commit comments

Comments
 (0)