Skip to content

Commit

Permalink
Create dependencies directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriethefish committed Aug 3, 2024
1 parent 6171500 commit ebe1b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_deps.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $DokanBinariesUrl = "https://github.com/dokan-dev/dokany/releases/download/v2.1.
# Android NDK r27
$AndroidNdkUrl = "https://dl.google.com/android/repository/android-ndk-r27-windows.zip"

New-Item -Path $DependenciesTemp -ItemType Directory | Out-Null

Write-Output "Downloading dokan source and binaries"
Invoke-WebRequest $DokanSourceUrl -OutFile $DokanSourceTemp
Expand Down

0 comments on commit ebe1b70

Please sign in to comment.