So I am not able to figure out why a particular bash command is not running while I have included snap-package
for that command. As I don’t have direct control over the build process except for some configurations. The snap is built using electron build tools. So in order to investigate the root cause of this problem(and also for my curiosity), I want to see if the packaged file has the correct snapcraft.yaml
meta. How do I find that from the snap package that was built by electron’s build tools.
What I have already tried: I have already explored existing questions, one mentioned that we can find it at ~/snap/<application>/current/meta/snap.yaml
. But I there’s no meta
folder inside current
.