StoreDev / StoreLib

Storelib is a DotNet library that provides APIs to interact with the various Microsoft Store endpoints.
Mozilla Public License 2.0
139 stars 47 forks source link

Is there a way to find the package extension? #10

Closed NextDev65 closed 3 years ago

NextDev65 commented 3 years ago

For example is it .appx, .eappx, .appxbundle, or .eappxbundle?

tuxuser commented 3 years ago

Here is some code that achieved that, unsure if it still works though.

https://github.com/StoreDev/StoreBot/commit/c3bb9c04311b34d9bfd32474e6bc783b206dc1a7

NextDev65 commented 3 years ago

Huh. I was using the heroku hosted site and dl's had no file extension. Maybe it hasn't been implemented yet.