Update .gitlab-ci.yml

This commit is contained in:
Timothy GFO 2023-11-15 20:04:02 +00:00
parent dcebf042d1
commit 27dba89f7d

View file

@ -2,7 +2,7 @@ generate_exe:
image: tobix/pywine:3.12 image: tobix/pywine:3.12
stage: build stage: build
script: script:
- ./opt/mkuserwineprefix - . /opt/mkuserwineprefix
- wine py -m pip install pyinstaller - wine py -m pip install pyinstaller
- wine py -m pip install pysimplegui - wine py -m pip install pysimplegui
- wine py -m pip install requests - wine py -m pip install requests