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 d1cceec commit 4fe3902Copy full SHA for 4fe3902
.github/workflows/main.yml
@@ -39,7 +39,9 @@ jobs:
39
python-version: 3.11.7
40
cache: "pip"
41
- run: pip install -r requirements.txt
42
- - run: flet pack app.py --name ${{ matrix.flet-name }}
+ - name: "pack"
43
+ if: runner.os == 'Windows'
44
+ run: flet pack main.py --add-data "assets;assets" --name "EBDAS"
45
- name: "Linux/MacOS compress"
46
if: runner.os != 'Windows'
47
run: tar zcvf ${{matrix.binary-name}} dist
0 commit comments