1
0

win build: update debian base (11->12), and wine

This commit is contained in:
SomberNight
2024-04-19 14:46:50 +00:00
parent a80bb851ac
commit a4cb69d1b5
3 changed files with 13 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ set -e
DEBIAN_SNAPSHOT_BASE="https://snapshot.debian.org/archive/debian/"
DEBIAN_APPIMAGE_DISTRO="buster" # should match build-linux/appimage Dockerfile base
DEBIAN_WINE_DISTRO="bullseye" # should match build-wine Dockerfile base
DEBIAN_WINE_DISTRO="bookworm" # should match build-wine Dockerfile base
DEBIAN_ANDROID_DISTRO="bookworm" # should match android Dockerfile base
contrib=$(dirname "$0")