[CR] Fixed typos, content.
This commit is contained in:
parent
f0b83efd23
commit
545ccb1d15
1 changed files with 4 additions and 6 deletions
|
@ -6,23 +6,21 @@ To add new country to genenarion list follow next 3 steps:
|
|||
file *countries_to_generate.txt*
|
||||
2. Add default image for this country into the folder *default_images*
|
||||
this image will be used for articles which don't have image (or we dont have
|
||||
image for them). It's name must be *<country_name>.jpg*.
|
||||
image for them). It's name must be *<country_name>.jpg*.
|
||||
3. Remove file *process_html* if exists to update data.
|
||||
|
||||
Now you'r ready to build new amazing guides with me!
|
||||
* run `bash build.sh` to prepare data for guides
|
||||
* or run `bash build-with-android.sh` to prepare data and android files.
|
||||
|
||||
* run `bash build.sh` to prepare data for guides and Android files.
|
||||
|
||||
## More Android notes
|
||||
|
||||
There is one script you need to use to build guides for Android:
|
||||
**build-with-android.sh**. It places it's result (obb, apk) into countries
|
||||
folder *Counties<country_name>*.
|
||||
folder *Countries/<country_name>*.
|
||||
|
||||
Android applications have package name made of lowercased country name
|
||||
and underscores replaced with dotes, added to "com.guidewithme.". For instance:
|
||||
*Unated_States -> com.guidewithme.unated.states*
|
||||
*United_States -> com.guidewithme.united.states*
|
||||
|
||||
|
||||
### United_Kingdom hack
|
||||
|
|
Reference in a new issue