mirror of
https://codeberg.org/vanous/huafetcher.git
synced 2026-07-27 22:10:43 +02:00
update readme and release.sh
This commit is contained in:
@@ -40,6 +40,15 @@ python main.py
|
||||
```bash
|
||||
buildozer -v android debug deploy run
|
||||
```
|
||||
### Store credentials locally:
|
||||
|
||||
```bash
|
||||
#cat credentials.json
|
||||
|
||||
{"password": {"value": "xxx"}, "email": {"value": "yyy"}}
|
||||
```
|
||||
|
||||
|
||||
|
||||
## User
|
||||
|
||||
|
||||
+2
-3
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
commitCount=$(git rev-list HEAD --count)
|
||||
num=$(git rev-list HEAD --count)
|
||||
|
||||
git tag -a "$commitCount" HEAD -m "Android Release $commitCount"
|
||||
git push origin master:master --tags
|
||||
echo "update buildozer.spec → version = $num . Make sure credentials.json is empty or removed"
|
||||
|
||||
Reference in New Issue
Block a user