Need the default paths in my snapcraft.yaml file

I am trying to get a new app configured but nomatter what I put in the “apps” settings

apps:
  firestorm:
    command: bin/firestorm

When I run “snapcraft pack” I get this error:

Snapd failed to pack Detailed information: cannot pack “/root/prime”: snap is unusable due to missing files: path “bin/firestorm” does not exist

In the repo folder there is a “bin” folder which contains the firestorm script. Any ideas what else I need to do?

The “command” part is based on what’s inside the Snap, not what’s available in the repository.

Could you show the snapcraft.yaml file and the repository being used to create the Snap?

I found the repository, but I don’t understand how to install this app.

Found the cause: I didn’t have the parts: section filled in.

1 Like