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