From ffc3f0e2b7091dd2e3b1b60ba2d7ce9c787a9fa4 Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Wed, 8 Jan 2025 09:12:07 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 390d326..c810719 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,9 +37,9 @@ steps: - rm -rf /drone/src/out - mkdir -p /drone/src/out/ # windows build - - wine c:/python/python.exe -m pip config --user set global.progress_bar off - - wine c:/python/python.exe -m pip install --prefer-binary -r z:/drone/src/requirements.txt - - wine c:/python/Scripts/pyinstaller.exe --onefile --name akmi-utils -y --distpath z:/drone/src/out z:/drone/src/widget.py + - wine64 c:/python/python.exe -m pip config --user set global.progress_bar off + - wine64 c:/python/python.exe -m pip install --prefer-binary -r z:/drone/src/requirements.txt + - wine64 c:/python/Scripts/pyinstaller.exe --onefile --name akmi-utils -y --distpath z:/drone/src/out z:/drone/src/widget.py - cp -v out/akmi-utils.exe dist/ - name: gitea_release