EddyVerbruggen / Custom-URL-scheme

:link: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
1.03k stars 367 forks source link

Can you publish the latest version on npm ? #243

Closed cadesalaberry closed 7 years ago

cadesalaberry commented 7 years ago

Hi there,

Could you release the new version on npm ?

This commit is currently blocking the build on windows.

I have replaced the spec with the following to have it work on my platform in case anybody needs a quickfix:

<plugin name="cordova-plugin-customurlscheme" spec="https://github.com/cadesalaberry/Custom-URL-scheme.git">
    ...
</plugin>

or:

cordova plugin add https://github.com/cadesalaberry/Custom-URL-scheme --save
EddyVerbruggen commented 7 years ago

Done (4.3.0).