Snapcraft yaml of github-desktop

Hi,

Could anyone point out to me where is snapcraft yaml of github-desktop snap?
Thanks!.

Name                  Version            Rev   Tracking  Publisher     Notes
github-desktop        1.4.0-linux2       35    edge      snapcrafters  -

If /snap/ is where your snaps are mounted, then

/snap/github-desktop/35/snap/

will have the snapcraft.yaml and the manifest.yaml for the snap you listed.

This is true for any snap built with SNAPCRAFT_BUILD_INFO=1 in the environment. Note this is AFAIK true for anything built via build.snapcraft.io and launchpad.net. More info:

Thanks!. @chipaca

Originally I thought there will be a Github repo such as https://github.com/snapcrafters/github-desktop

Didn’t notice there is a snapcraft.yaml in the packed snap. Thanks for help!.