We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abcfbc commit 0be5549Copy full SHA for 0be5549
.github/workflows/pyinstaller-build.yml .github/workflows/flet-pack.yml.github/workflows/pyinstaller-build.yml renamed to .github/workflows/flet-pack.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: pip install -r requirements.txt
22
- run: pip install -r requirements_build.txt
23
- run: pip install --no-dependencies -e .
24
- - run: python scripts/build_app.py --one-file
+ - run: python scripts/pack_app.py
25
# Optionally verify that it works (provided that it does not need user interaction)
26
#- run: ./dist/your-code/your-code
27
- uses: actions/upload-artifact@v3
0 commit comments