From decbf868ab0cb7ece20b2e63a3b25df5a8817061 Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Wed, 15 Nov 2023 20:10:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ae6d81..7987a5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,11 @@ generate_exe: - image: tobix/pywine:3.12 + image: debian:bookworm stage: build script: - - . /opt/mkuserwineprefix + - apt update + - apt install wine -y + - wget "https://www.python.org/ftp/python/3.8.10/python-3.8.10.exe" + - wine python-3.8.10.exe - wine py -m pip install pyinstaller - wine py -m pip install pysimplegui - wine py -m pip install requests