added wine package (for now)

This commit is contained in:
Bert van der Weerd 2022-09-25 22:53:59 +02:00
parent 78dcebb1eb
commit f84c661e1d
No known key found for this signature in database
GPG key ID: 73370A0B9E5516B0

View file

@ -82,10 +82,10 @@ bootstrap : dir winsdk
true )
setup-debian :
apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd
apt-get -y install mercurial python3 python3-dev python3-pip curl wget dpkg-sig msitools p7zip-full upx-ucl libssl-dev zstd wine
setup-fedora :
dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel
dnf -y install python3 curl wget zstd python3-devel python3-pip mercurial msitools p7zip upx openssl-devel wine
#
# Build the artifacts in a seperate Makefile