mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-20 05:17:18 +00:00

electron-builder seems to ship with an older AppImages version that doesn't play very well with the custom AppImages elevation system we created. More particularly, we can't execute custom binaries inside the mounted AppImage given that the mount point seems to lose permissions, owner, and group file information. This commit goes back to our old custom build system just for AppImages, until we properly solve the problem, which will likely involve updating the AppImages version in electron-builder. Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>