Hi, I've recently been experimenting with the appimage runtime that supports dwarfs.
The big oopsie I ran into is that of course aisap doesn't work with it since it expects squashfs only.
However it is worth noting that it is possible to make aisap in its current state work with dwarfs, the problem is that it takes a horrible hack that uses two wrapper scripts.
So in theory all that would need to be done is check if the target appimage is dwarfs, after that the dwarfs binary can handle the rest and even find the offset on its own.
Hi, I've recently been experimenting with the appimage runtime that supports dwarfs.
The big oopsie I ran into is that of course aisap doesn't work with it since it expects squashfs only.
However it is worth noting that it is possible to make aisap in its current state work with dwarfs, the problem is that it takes a horrible hack that uses two wrapper scripts.
So in theory all that would need to be done is check if the target appimage is dwarfs, after that the dwarfs binary can handle the rest and even find the offset on its own.