EddyVerbruggen / Custom-URL-scheme

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

Handle non-existing Windows manifest file #197

Closed rs22 closed 8 years ago

rs22 commented 8 years ago

Windows 8 support has been removed in the latest cordova-windows releases, so there's no package.windows80.appxmanifest file anymore. This caused the prepare-manifest hook script to fail.

This fixes the problem by checking if the file exists before attempting to parse the xml.

EddyVerbruggen commented 8 years ago

Thanks!