endlessm / endless-key-app

Endless Key app for Windows (formerly known as kolibri-app)
https://www.endlessos.org/key
MIT License
2 stars 1 forks source link

CI: Deal every locale's PDP.xml #170

Closed starnight closed 7 months ago

starnight commented 8 months ago

There is not only one locale "en-us", after we add the Spanish version (es-419). So, the Application package should take all of the locales. Otherwise, StoreBroker will fail to push the Endless Key package to MS store, due to the missed files/assets.

This commit creates dummy files for every locale and puts them into proper folders of the Application package.

Fixes: #169