electron-builder-binaries
electron-builder-binaries copied to clipboard
AppImage/armv7l `mksquashfs`?
my build failing with this error:
⨯ error: fork/exec /home/hibiya/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/mksquashfs: no such file or directory
how can I supply these binaries (for PR maybe)? will temporal symlink work?
Fixed (temporally) by updating mksquashfs
and:
ln -s `which mksquashfs` ~/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/mksquashfs
ln -s `which desktop-file-validate` ~/.cache/electron-builder/appimage/appimage-9.1.0/linux-arm/desktop-file-validate
I'm not sure just uploading these binaries is fine.
@hibiyasleep thanks your workaround worked for me too! Hoping a proper fix makes it upstream
recent build seems to require a newer version of mksquashfs which takes in offset option, rendering the mksquashfs in ubuntu/debian repository unusable.
Building the mksquashfs here: https://git.kernel.org/pub/scm/fs/squashfs/squashfs-tools.git