cordova-splash icon indicating copy to clipboard operation
cordova-splash copied to clipboard

add ability to specify output path

Open miraculixx opened this issue 8 years ago • 1 comments

now accepts options to specify the output path:

# output to path/to/res/screen
$ cordova-splash -p path/to/res -s screen  

To improve compabitility with the cordova splash screen plugin, the default output path is now config/res. Note this breaks backwards compatibility. The --compat switch preserves the previous behavior, i.e. uses the respective platforms path.

miraculixx avatar Apr 17 '16 09:04 miraculixx

I need something like this <3

gonzaloserrano avatar Nov 20 '17 15:11 gonzaloserrano