This commit is contained in:
Sudo-Ivan
2025-05-29 00:02:30 -05:00
parent f4cff606cc
commit 9fc624beb0

View File

@@ -58,6 +58,11 @@ docker run -p 8550:8550 ren-browser
### Linux ### Linux
```bash ```bash
poetry run poetry run flet build linux poetry run flet build linux
``` ```
### Android
```bash
poetry run flet build android
```