pwa-builder / PWABuilder-CLI

Node.js tool for App Generation
Other
1.63k stars 142 forks source link

pwabuilder package command fails if the generated files are generated inside a folder named 'PWA' #335

Open azchohfi opened 5 years ago

azchohfi commented 5 years ago

This set of commands generate the package folder on the wrong path:

pwabuilder UWL -d C:\Projects\Web\PWA -l debug -f w3c -p windows10
cd C:\Projects\Web\PWA\MyPWAWebsite\PWA\Store packages\windows10
pwabuilder package . -p windows10 -l debug

If the folder is named PWA, it will generate the files at the wrong location.