added wine package (for now)
This commit is contained in:
parent
78dcebb1eb
commit
f84c661e1d
1 changed files with 2 additions and 2 deletions
|
|
@ -82,10 +82,10 @@ bootstrap : dir winsdk
|
||||||
true )
|
true )
|
||||||
|
|
||||||
setup-debian :
|
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 :
|
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
|
# Build the artifacts in a seperate Makefile
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue