update docs (#574)

This commit is contained in:
ReenigneArcher 2022-12-28 16:30:32 -05:00 committed by GitHub
commit 88a450bf1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 306 additions and 196 deletions

View file

@ -886,7 +886,6 @@ jobs:
mingw-w64-x86_64-openssl
mingw-w64-x86_64-opus
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-x265
nasm
yasm
@ -903,7 +902,7 @@ jobs:
-DSUNSHINE_ASSETS_DIR=assets \
-G "MinGW Makefiles" \
..
mingw32-make -j2
mingw32-make -j$(nproc)
- name: Package Windows
shell: msys2 {0}