From b52101c72d463ca60cdefa2c148403421277d32c Mon Sep 17 00:00:00 2001 From: Argiris Deligiannidis Date: Fri, 2 Feb 2024 11:19:00 +0200 Subject: [PATCH] typo --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b03ed49..afd46de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - pip3 install --prefer-binary -r requirements.txt - pyinstaller --onefile --name matomo-csv-util.bin --hidden-import=tkinter -y --distpath /drone/src/out/ /drone/src/main.py - deactivate - - cp -v out/matomo-csv-util dist/ + - cp -v out/matomo-csv-util.bin dist/ # clean up - rm -rf venv - rm -rf /drone/src/out