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