Skip to content

Commit

Permalink
add vcredist_x64
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzhuohua committed Jun 14, 2024
1 parent f61a410 commit 0433fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cmake --build build --config Release --target fpv-wfb
cp gs.key build/Release/
Invoke-WebRequest -Uri https://github.com/pbatard/libwdi/releases/download/v1.5.0/zadig-2.8.exe -OutFile build/Release/zadig-2.8.exe
Invoke-WebRequest -Uri https://download.visualstudio.microsoft.com/download/pr/10912041/cee5d6bca2ddbcd039da727bf4acb48a/vcredist_x64.exe -OutFile build/Release/vcredist_x64.exe
Invoke-WebRequest -Uri https://aka.ms/vs/17/release/vc_redist.x64.exe -OutFile build/Release/vcredist_x64.exe
- name: Deploy
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It is recommended to use with [OpenIPC](https://github.com/OpenIPC) FPV

![img.png](img/img1.png)

- 3. Install [vcredist_x64.exe](https://download.visualstudio.microsoft.com/download/pr/10912041/cee5d6bca2ddbcd039da727bf4acb48a/vcredist_x64.exe)
- 3. Install [vcredist_x64.exe](https://aka.ms/vs/17/release/vc_redist.x64.exe)
- 4. Select your 8812au adapter.
- 5. Select your WFB key.
- 6. Select your drone channel.
Expand Down

0 comments on commit 0433fea

Please sign in to comment.