Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Cannot build windows10 appx. #336

Open
hv0905 opened this issue Sep 20, 2019 · 6 comments
Open

Cannot build windows10 appx. #336

hv0905 opened this issue Sep 20, 2019 · 6 comments

Comments

@hv0905
Copy link

hv0905 commented Sep 20, 2019

CLI version: 2.0.3-rc.1
I have tried the following method to generate an windows 10 appx with pwabuilder,.

pwabuilder https://web.kahla.app/ -i path_to_icon.png -p windows10,web -l debug

the pwabuilder printed:

 ...
[debug] pwabuilder  : Loading platform module: pwabuilder-windows10
[debug] pwabuilder  : Loading platform module: pwabuilder-web
 ...

which shows that it should loaded the pwabuilder-windows10 correctly.
Then i execute:

cd Kahla
pwabuilder package -p windows10 -l debug

But the pwabuilder just do nothing and print a debug output:

[debug] pwabuilder  : Available platforms within project: web
[debug] pwabuilder  : Packaging the following platforms: 

I don't know why the windows10 platform is unavaliable and I wonder if it is because of a bug of pwabuilder or my fault.

@fasouto
Copy link

fasouto commented Mar 26, 2020

Same here, the process prints this:

[debug] pwabuilder  : Available platforms within project: windows10
[debug] pwabuilder  : Packaging the following platforms: windows10
[debug] pwabuilder  : Loading platform module: pwabuilder-windows10

and stops, nothing happens. Unfortunately with this I'm unable to follow this guide to upload the app to the Microsoft store. I'm using Fedora 30.

@JudahGabriel
Copy link
Contributor

Thanks for the error report. We'll investigate and get back to you.

@JudahGabriel
Copy link
Contributor

Are you guys able to try packaging with pwabuilder.com? Put in your URL -> Build My App -> Microsoft Store. Can you try?

@hv0905
Copy link
Author

hv0905 commented Mar 26, 2020

Yes, I have already packed a PWA appx via pwabuilder.com and uploaded it to MS Store successfully.

@fasouto
Copy link

fasouto commented Mar 26, 2020

Same here, I'm able to package via pwabuilder.com. Unfortunately I need the CLI since I need to change the DisplayName and I cannot do that on the website.

@JudahGabriel
Copy link
Contributor

Can you confirm whether you have the required Win10 images: 44x44, 50x50, 150x150? I'm wondering if it's related to this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants