Skip to content

Commit

Permalink
Install latest version of Wine (9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed May 6, 2024
1 parent 67248ca commit 42c728e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ dockerfile = "./docker/linux-cross/Dockerfile"

[target.x86_64-pc-windows-gnu]
pre-build = [
"apt-get update && apt-get install --assume-yes nasm clang wine-devel"
"apt-get update && apt-get install --assume-yes nasm clang wget",
"mkdir -pm755 /etc/apt/keyrings",
"wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources",
"apt install --assume-yes --install-recommends winehq-stable"
]

[build.env]
Expand Down

0 comments on commit 42c728e

Please sign in to comment.