mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
update scripts to new res and assets folder location
This commit is contained in:
parent
cae954aa51
commit
bd669edf4e
7 changed files with 26 additions and 19 deletions
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
MAIN=./src/main
|
||||
|
||||
codespell \
|
||||
--skip './.git,./build,./res/values-*/strings.xml,,./assets/help,./jni/deltachat-core-rust' \
|
||||
--skip './.git,./build,$MAIN/res/values-*/strings.xml,,$MAIN/assets/help,./jni/deltachat-core-rust' \
|
||||
--ignore-words-list formattings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue