From 9517906b64b743eb7e08b7ef595e8e6d4d287bdd Mon Sep 17 00:00:00 2001 From: Mathieu Broillet Date: Fri, 9 Jun 2023 22:36:05 +0200 Subject: [PATCH] update drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b332295..80b5b1a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: python:alpine commands: - pip install -r requirements.txt - - apk add build-base + - apk add build-base patchelf - pip install nuitka - python -m nuitka --onefile run.py --include-data-dir=./resources=resources --output-filename="ProxmoxDeploy${DRONE_TAG##v}.exe" - name: gitea_release