From d2c5f307ed26aeb9df3cc8e8eb7f6b3e0c04ab6b Mon Sep 17 00:00:00 2001 From: Timothy GFO Date: Wed, 15 Nov 2023 19:37:59 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e1ffd5..bc40237 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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