Launcher permission denied

Hi,

I created launcher for my electron snap.

But the launcher cannot be used because it is not executable. Where should I run chmod +x launcher?

i’d just “chmod +x” it in your source tree so you dont need to change the execution bit during build at all …