Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: deploy skill package when icon uri path relative to its asset files #487

Merged
merged 2 commits into from Aug 9, 2023

Conversation

jsetton
Copy link
Contributor

@jsetton jsetton commented Aug 9, 2023

Issue #, if available:
#251

Description of changes:
The only way to update a skill manifest that includes an icon uri path relative to the skill package asset files (e.g. file://assets/images/en-US_smallIcon.png) is to deploy it inside a skill package. Otherwise, SMAPI will reject the update skill manifest request for having an invalid url format.

This was previously fixed but was removed since 2.29.0. This change is reintroducing the fix with the ability to determine, based on the presence of a file icon uri, when the skill manifest should be deployed part of a skill package or just updated on its own.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link
Contributor

@CamdenFoucht CamdenFoucht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@CamdenFoucht CamdenFoucht merged commit 4b6ac2f into alexa:develop Aug 9, 2023
13 checks passed
@jsetton jsetton deleted the file-icon-uri-deploy-fix branch August 9, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants