You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`PYTHONUTF8`](https://docs.python.org/3/using/cmdline.html#envvar-PYTHONUTF8) - enables UTF-8 encoding for Python. Useful in Windows builds.
54
50
- Build commands: customize `flet build ...` flags to match your app requirements.
55
51
56
52
## Notes
57
53
58
-
- The workflows run with `--verbose` to make troubleshooting easier.
54
+
- The workflows run with `--verbose` to make `flet build`troubleshooting easier.
59
55
- Linux desktop builds need extra system packages, already handled in `all-builds.yml`.
60
-
- You can define app/version metadata in`pyproject.toml` if preferred. ([docs](https://docs.flet.dev/publish/#versioning))
56
+
- You can define app metadata (like `BUILD_NUMBER` and `BUILD_VERSION`) in the`pyproject.toml` if preferred. ([docs](https://docs.flet.dev/publish/#versioning))
61
57
62
58
## Resources
63
59
@@ -67,6 +63,5 @@ Feel free to reuse them and customize to your specific usecases and needs.
67
63
68
64
## Contributing
69
65
70
-
Contributions are welcome and appreciated! 😄
71
-
72
-
Please open an issue or PR if you have any feedback or suggestions.
66
+
Contributions are welcome.
67
+
Open an issue or PR with improvements, fixes, or suggestions.
0 commit comments