From 103bc5e12528fa5e8d2ba493b22633ac25d5252d Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Mon, 7 Dec 2020 00:41:12 +0100 Subject: [PATCH] add --android-old option to README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90605bf..5078786 100644 --- a/README.md +++ b/README.md @@ -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)