Lightning Piggy: correct publisher to "The Lightning Piggy Project" - #3
Open
bitcoin3us wants to merge 1 commit into
Open
Lightning Piggy: correct publisher to "The Lightning Piggy Project"#3bitcoin3us wants to merge 1 commit into
bitcoin3us wants to merge 1 commit into
Conversation
"LightningPiggy Foundation" is not the correct name of the project. The AppStore app shows this string as the app's developer/publisher, so the listing was displaying the wrong name. Publisher string only: version and download_url are left at 0.7.2 so the existing .mpk keeps resolving.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Lightning Piggy entry in
app_index.jsonlists the publisher as "LightningPiggy Foundation", which is not the correct name of the project. Changed to "The Lightning Piggy Project".The AppStore app reads this field for the listing and renders it as the app's developer/publisher (
appstore.pypassesapp["publisher"]intoApp, andapp_detail.pyshows it), so the store was displaying the wrong name.Publisher string only:
versionanddownload_urlare deliberately left at0.7.2so the existing.mpkkeeps resolving.Companion PR fixing the same field at the source (the app's own
MANIFEST.JSON, so future publishes carry the correct name): LightningPiggy/LightningPiggyApp#51Note: the BadgeHub.eu listing (now the AppStore's default backend) carries the same name in
app_metadata.author, whichapp_detail.pymaps to the displayed publisher. That is outside this repo and needs a re-publish or listing edit to fully match.🤖 Generated with Claude Code