Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Oct 18, 2021
1 parent 142a47e commit 4b23903
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%
- git submodule update --init --recursive
- mkdir c:\projects\download_cache
# query Oculus SDK website for download link
- curl -fsSL -o c:\projects\download_cache\oculus_sdk.html https://developer.oculus.com/downloads/package/oculus-sdk-for-windows/23.0.0/
# download and extract Oculus SDK
- ps: |
$url = select-string -Path 'c:\projects\download_cache\oculus_sdk.html' -Pattern 'https:\/\/securecdn\.oculus\.com\/binaries\/download\/\?id=[0-9]+&access_token=[0-9A-Za-z%]+' -AllMatches | % {$_.Matches} | % {$_.Value}
Invoke-WebRequest -Uri $url -OutFile 'c:\projects\download_cache\oculus_sdk.zip'
Invoke-WebRequest -Uri 'https://securecdn.oculus.com/binaries/download/?id=4377593722298679' -OutFile 'c:\projects\download_cache\oculus_sdk.zip'
cd c:\projects\revive\Externals
unzip c:\projects\download_cache\oculus_sdk.zip
# install required NSIS plugins
Expand Down

0 comments on commit 4b23903

Please sign in to comment.