Good morning people:)
I want to build a snap. And i have a folder with all my files and 2 exeutables which i want to pack into the snap, therefoe i use the plugin “dump”, like:
so far so good.
My folder contains 2 Executables. The first Executable (AppEngine) is executed by the snap command, like:
so far so good , too.
So, the problem: The First executable calls another Executabe (the second one), but this fails , beecause, the second executable is search in:
/var/snap/myApp/
but the second Executable is located (which are from the dump plugin) in
/snap/myApp
So it seem, that snap runs my first Exectuable form /var/snap/myApp not /snap/myApp ? is that right!?
if this the case, how can i tell Snap that the second exectuable must be copies into the /var/snap/myApp folder!?
Thank you