mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
adapt script to create local help to new syntax
This commit is contained in:
parent
ed0796723b
commit
943d49ab7e
2 changed files with 2 additions and 1 deletions
|
@ -13,7 +13,7 @@ this will take some time - meanwhile we're doing some housekeeping:
|
||||||
|
|
||||||
3. update translations and local help:
|
3. update translations and local help:
|
||||||
$ ./scripts/tx-pull-translations.sh
|
$ ./scripts/tx-pull-translations.sh
|
||||||
$ cd ../deltachat-pages; ./tools/create-local-help.py; cd ../deltachat-android
|
$ ./scripts/create-local-help.sh
|
||||||
|
|
||||||
4. add a device message to ConversationListActivity::onCreate()
|
4. add a device message to ConversationListActivity::onCreate()
|
||||||
and update CHANGELOG.md
|
and update CHANGELOG.md
|
||||||
|
|
1
scripts/create-local-help.sh
Executable file
1
scripts/create-local-help.sh
Executable file
|
@ -0,0 +1 @@
|
||||||
|
../deltachat-pages/tools/create-local-help.py ../deltachat-pages/_site assets/help
|
Loading…
Add table
Add a link
Reference in a new issue