Skip to content

Commit

Permalink
Traktor: Fixed some issues in update-3rdp script.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Jan 11, 2024
1 parent cd28906 commit 02479fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/misc/update-3rdp.run
Original file line number Diff line number Diff line change
Expand Up @@ -426,13 +426,13 @@ local PACKAGES =
os = "windows",
url = "https://dl.google.com/android/repository/commandlinetools-win-11076708_latest.zip",
patch = function()
run:execute(UNZIP .. " -qq commandlinetools-linux-11076708_latest.zip")
run:execute(UNZIP .. " -qq commandlinetools-win-11076708_latest.zip")
run:execute("./cmdline-tools/bin/sdkmanager --sdk_root=. --update")
write_file(
"install.bat",
{
"echo y | ./cmdline-tools/bin/sdkmanager --sdk_root=. platform-tools",
"echo y | ./cmdline-tools/bin/sdkmanager --sdk_root=. ndk-bundle"
"./cmdline-tools/bin/sdkmanager --sdk_root=. platform-tools",
"./cmdline-tools/bin/sdkmanager --sdk_root=. ndk-bundle"
}
)
run:execute("./install.bat")
Expand Down

0 comments on commit 02479fb

Please sign in to comment.