Skip to content

Commit

Permalink
zzre: Upgrade MojoAL to fix linux audio
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Feb 20, 2024
1 parent 04e1c32 commit 53a7617
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ImguizmoVersion>1.61.0-$(ImguiHash)</ImguizmoVersion>
<MlangVersion>1.0.0-$(MlangHash)</MlangVersion>
<RemoteryVersion>1.21.1</RemoteryVersion>
<MojoALVersion>1.1.1</MojoALVersion>
<MojoALVersion>1.1.2</MojoALVersion>
<NLayerVersion>1.15.0-$(NLayerHash)</NLayerVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion get-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mkdir -p nuget-feed
REMOTERY_REPO=https://github.com/Helco/Remotery.NET
MOJOAL_REPO=https://github.com/Helco/MojoAL.NET
REMOTERY_TAG=1.21.1
MOJOAL_TAG=1.1.1
MOJOAL_TAG=1.1.2
CURL_ARGS="-Lo"
if [[ "$OSTYPE" == "msys" ]]; then
CURL_ARGS="--ssl-no-revoke -Lo" # oh that's why
Expand Down

0 comments on commit 53a7617

Please sign in to comment.