Skip to content

Commit

Permalink
add --android-old option to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ath0mas committed Dec 6, 2020
1 parent 0af3d82 commit 103bc5e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ You also can specify manually a location for your `config.xml` or `splash.png`:

$ cordova-splash --config=config.xml --splash=splash.png

If you run a old version of Cordova for iOS and you need your files in `/Resources/icons/`, use this option:
If you run an old version of Cordova for iOS and you need your files in `/Resources/icons/`, use this option:

$ cordova-splash --xcode-old

If you run an old version of Cordova for Android and you need your files in `/res/`, use this option:

$ cordova-splash --android-old

#### Notes:

- Your `config.ml` file will not be updated by the tool (because images are automatically created in the good folders)
Expand Down

0 comments on commit 103bc5e

Please sign in to comment.