up2
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jérémi N ‘EndMove’ 2023-02-10 20:59:53 +01:00
parent bd293ea90a
commit 8a2798a20d
Signed by: EndMove
GPG Key ID: 65C4A02E1F5371A4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- pip install -r requirements.txt
- python3 run_tests.py
- python3 -c "print('The current triggered tag is ${DRONE_TAG}'); print('Start Builder WebPicDownloader for linux.')" # I know it's bad, just a test
- pyinstaller --noconfirm --onefile --windowed --icon "./webpicdownloader/assets/logo.ico" --name "WebPicDownloader" --clean --version-file "./app_version_file.txt" --add-data "./webpicdownloader/assets:webpicdownloader/assets/" --exclude-module "auto_py_to_exe" --exclude-module "pyinstaller" --exclude-module "unittest" "./WebPicDownloader/main.py"
- pyinstaller --noconfirm --onefile --windowed --icon "./webpicdownloader/assets/logo.ico" --name "WebPicDownloader" --clean --version-file "./app_version_file.txt" --add-data "./webpicdownloader/assets:webpicdownloader/assets/" --exclude-module "auto_py_to_exe" --exclude-module "pyinstaller" --exclude-module "unittest" "./main.py"
# Notifying
# - name: deploy_&_notify
# image: appleboy/drone-discord