Open
Description
When AppImageUpdate is run with sudo (as I need to do in order to update things in /isodevice
(the device Ubuntu mounts the medium on which the Live ISO resides to), then the resulting "new" AppImage has root as its owner, which is not what we want.
Hence, we should run sudo -R $USER $New.AppImage
at the end.