mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 09:27:46 -04:00
Update .gitlab-ci.yml file
This commit is contained in:
parent
8d44e047b8
commit
d2c5f307ed
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue