Hi @harryi3t - this is done this way for security reasons.
What you can do is have a simple wrapper script:
#!/usr/bin/bash
exec ${SNAP}/path/to/myApp --my-default-flag "$@"
Hi @harryi3t - this is done this way for security reasons.
What you can do is have a simple wrapper script:
#!/usr/bin/bash
exec ${SNAP}/path/to/myApp --my-default-flag "$@"