Command Wrapper

Hello. I’m trying to create a snap package for a coin. Installation going fine but when i run the program, receiving GLIBC_2.29 not found error. Similar coin has a command wrapper and their installation works well.

My question is that how to add command wrappers into my yaml file?

P.S. command-qt.wrapper is here

It’s been 2 weeks yet no help :worried:

can you share your snapcraft.yaml ? that command wrapper looks like it just duplicates a lot of default settings anyway … but to answer your question, take a look at command-chain in:

Here the repo i used for snap package: https://github.com/koraycoding/validity-snap

I will have a look to command-chain, thank you.