You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But does not seem to work always, e.g., here on FreeBSD:
FreeBSD% env TARGET_APPIMAGE=~/Downloads/PrusaSlicer-2.4.0-alpha1+linux-x64-202109011425.AppImage ./runtime-fuse2-x86_64 --appimage-extract
Cannot open ~/Downloads/PrusaSlicer-2.4.0-alpha1+linux-x64-202109011425.AppImage: No such file or directory
Failed to get fs offset for ~/Downloads/PrusaSlicer-2.4.0-alpha1+linux-x64-202109011425.AppImage
But this works (apart from the fact that we haven't compiled in zlib here, which can easily be changed):
FreeBSD% cp ~/Downloads/PrusaSlicer-2.4.0-alpha1+linux-x64-202109011425.AppImage PS.AppImage
FreeBSD% env TARGET_APPIMAGE=PS.AppImage ./runtime-fuse2-x86_64 --appimage-extract
Squashfs image uses zlib compression, this version supports only zstd.
Failed to open squashfs image
So somehow the path parsing seems to be messed up?
probonopd
changed the title
Add back runtime.c missing functionality
Add back runtime.c --appimage-extract-and-run
Sep 17, 2022
--appimage-extract-and-run
The text was updated successfully, but these errors were encountered: