Compare commits
3 Commits
1.0.0-02
...
212afc1243
| Author | SHA1 | Date | |
|---|---|---|---|
| 212afc1243 | |||
| b1dfdc4112 | |||
|
8a2798a20d
|
@@ -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
|
||||
|
||||
7
renovate.json
Normal file
7
renovate.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
]
|
||||
}
|
||||
@@ -3,5 +3,5 @@ beautifulsoup4==4.11.*
|
||||
urllib3==1.26.*
|
||||
|
||||
# Dev dependancies
|
||||
auto-py-to-exe==2.26.0
|
||||
auto-py-to-exe==2.33.0
|
||||
pyinstaller==5.7.0
|
||||
Reference in New Issue
Block a user