actions-marketplace-validations/Flet Windows based on PyInstaller
Customisable GitHub Action to package your flet python code with PyInstaller for Windows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 21, 2023
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/0h-n0_flet-action-windows@cde5b76fa8ee3c052fecaab6ddb1a5c81f02a90f # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| srcfile | set entry-point script file. | yes | main.py |
| adddata | set exteranl static files. this input throws argments to "--add-data" option in flet pack. When you want to inlculde multple static files, you can use "@" as splitter like the following. ex) hello1.txt@src/hello2.tff | no | — |
Outputs
| name | description |
|---|---|
| output | The output of PyInstaller |