I have successfully created a snap for gitoxide which also includes a second binary called ein
.
apps:
gitoxide:
command: bin/gix
environment:
PATH: $SNAP/bin/:$PATH
plugs:
- network
- home
ein:
command: bin/ein
environment:
PATH: $SNAP/bin/:$PATH
plugs:
- network
- home
I’ve included the binary in the list of apps
, but it won’t run. I am wondering if this would require special permissions from the review team?
Here are the two commands I’m requesting be aliased:
gitoxide --> gix
gitoxide.ein --> ein