mirror of
https://gitlab.com/GameFeverOnline/mmm-nsf-changer.git
synced 2025-12-17 09:27:46 -04:00
Update .gitlab-ci.yml
This commit is contained in:
parent
167122af52
commit
0417eac02a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ generate_exe:
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt update
|
- apt update -y
|
||||||
- apt install wine
|
- apt install wine -y
|
||||||
- pip install pyinstaller
|
- pip install pyinstaller
|
||||||
- pyinstaller app.py
|
- pyinstaller app.py
|
||||||
- wine dist/app.exe
|
- wine dist/app.exe
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue