From f84c661e1d37ec8b811f5f6c4dea73baae100144 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Sun, 25 Sep 2022 22:53:59 +0200 Subject: [PATCH] added wine package (for now) --- linux/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Makefile b/linux/Makefile index 9437a86..54109b2 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -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