File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,10 @@ Can be built using flutter:
9999To build release, you need to set up signing-configs,
100100[ see the flutter docs] ( https://docs.flutter.dev/deployment/android#configure-signing-in-gradle )
101101
102+ ``` shell
103+ cd p2proxy_fl && flutter build appbundle --debug
104+ ```
105+
102106## Downloading
103107
104108For targets that are easy to build for and test with a VM (` generic linux ` , ` debian ` , and ` windows ` ) signed
@@ -112,9 +116,8 @@ on any reasonably up-to-date linux install.
112116I'm assuming that windows users won't run ` p2proxyd ` , but there's no technical reason that that can't be built
113117or run on windows either.
114118
115- ``` shell
116- cd p2proxy_fl && flutter build appbundle --debug
117- ```
119+ If you're lucky ` f97b4c8a80c2aa84380f44e69f193b41360c0bb6ff81861f9ed154f186e9f137 ` may be serving something
120+ interesting.
118121
119122## License
120123
You can’t perform that action at this time.
0 commit comments