mgord9518 / shappimage

An AppImage implementation made in shell script
Other
12 stars 2 forks source link

Update make_runtime.sh #5

Closed Drsheppard01 closed 1 month ago

Drsheppard01 commented 1 month ago

Trying to harmonize with squashfuse-zig

mgord9518 commented 1 month ago

Awesome, thanks for this! I did notice an issue though. When I first wrote this the releases were just the binaries, now they're tarballs so they need to be extracted.

I assume it's probably working during testing due to using the previously cached binary the would've been extracted to XDG_RUNTIME_DIR so I'd try removing files there starting with squashfuse. I'll see about adding some environment variable to prevent the runtime from using cached files there for testing purposes