Skip to content

Commit

Permalink
Updated FakeFXR (7.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
KimihikoAkayasaki committed Jan 6, 2024
1 parent ea25cf5 commit ba41a2b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ jobs:
- name: Replace IJW and FXR with prepared prebuilts
shell: pwsh
run: |
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v8.0.0-fakefxr/comhost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\comhost.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v8.0.0-fakefxr/hostfxr.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\hostfxr.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v8.0.0-fakefxr/hostpolicy.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\hostpolicy.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v8.0.0-fakefxr/ijwhost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\ijwhost.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v8.0.0-fakefxr/nethost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\nethost.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/comhost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\comhost.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/coreclr.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\coreclr.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/hostfxr.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\hostfxr.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/hostpolicy.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\hostpolicy.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/ijwhost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\ijwhost.dll")
$(New-Object System.Net.WebClient).DownloadFile("https://github.com/KimihikoAkayasaki/runtime/releases/download/v7.0.0-fakefxr/nethost.dll", "plugin_OpenVR\bin\Release\net7.0\win10-x64\publish\Driver\Amethyst\bin\win64\nethost.dll")
- name: Pack published files
run: |
Expand Down

0 comments on commit ba41a2b

Please sign in to comment.