Update .gitlab-ci.yml file

This commit is contained in:
Timothy GFO 2023-11-15 19:37:59 +00:00
parent 8d44e047b8
commit d2c5f307ed

View file

@ -2,7 +2,7 @@ generate_exe:
image: python:3.8
stage: build
script:
- sudo apt install wine
- apt install wine
- pip install pyinstaller
- pyinstaller app.py
- wine dist/app.exe