-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Snap.yaml has invalid fields #7104
Labels
Comments
Hi @MikeJerred , I'm honestly not familiar with the implementation of snap within electron-builder. Would be happy to accept a PR for this change. |
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 1, 2022
I opened a PR: #7110 |
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 1, 2022
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 1, 2022
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 1, 2022
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 6, 2022
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 6, 2022
MikeJerred
added a commit
to MikeJerred/electron-builder
that referenced
this issue
Sep 7, 2022
mmaietta
pushed a commit
that referenced
this issue
Sep 8, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently app-builder-lib copies all the fields specified in
snapcraft.yaml
intometa/snap.yaml
, but there are some fields that shouldn't be copied (see https://code.launchpad.net/~logicoversnacks/review-tools/+git/review-tools/+merge/429123). Including any of these invalid fields will cause the snap to fail validation and require manual review.A list of fields that should be stripped out:
I would make a pull request but I am not sure what app-builder-lib is doing when
this.isUseTemplateApp
is false, it seems to makesnap/snapcraft.yaml
instead ofmeta/snap.yaml
The text was updated successfully, but these errors were encountered: