Skip to content

Commit

Permalink
Added downloading of latest FSAF to build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
seinsinnes authored Nov 8, 2023
1 parent 259a276 commit 5eb32d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ mkdir build\macos
mkdir build\macos\Valkyrie.app
mkdir build\linux

rem download the latest version of Android Storage Access Framework library.
POWERSHELL -Command "Invoke-WebRequest -Uri https://github.com/seinsinnes/FSAF/releases/latest/download/fsaf-release.aar -OutFile .\unity\Assets\Plugins\Android\fsaf-release.aar"

rem Because reasons
set Target=

Expand Down

0 comments on commit 5eb32d0

Please sign in to comment.