When publishing multiple apps inside one snap, snapcraft prefixes the appname with "snapname." so the end user appears to see an executable name of "snapname.appname"
My snap is a collection of 7 cli utilities. all with a common prefix, let say "snapname".
but their names are:
snapname-appname
using a minus/dash instead of a period separator, which is much more common in linux cli utilities.
my utilities will also be published via .deb and .rpm etc, so I would like the naming to be consistent as otherwise the documentation will be confusing.
Is there any way around the apparently fixed prefixing scheme with the period?