NordicSemiconductor / pc-nrfconnect-shared

Dependency management for nRF Connect for Desktop packages
Other
21 stars 8 forks source link

Remove legacy app info file upload #915

Closed datenreisender closed 4 months ago

datenreisender commented 5 months ago

This removes upload of legacy app info file (e.g. https://developer.nordicsemi.com/.pc-tools/nrfconnect-apps/pc-nrfconnect-rssi) while the new app info files (e.g. https://developer.nordicsemi.com/.pc-tools/nrfconnect-apps/pc-nrfconnect-rssi.json) will continue to be uploaded.

Those legacy files are only used by old versions of the launcher (< 4.0.0). All launcher releases since February 2023 do not use the legacy files but the new ones. Older versions of the launcher probably do not run recent versions of the apps anyhow (e.g. because they require nrfutil), so it is fine to not supply those old launcher versions with new app versions.

This PR was previously based on #914, but I now made it independent of it, so this can be merged without that.