Thanks, that’ll make things easier! It still seems to have some problems though: /tmp/.mount_turbo-ESP3QY/usr/bin/guile-3.0: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
Easy of packaging probably depends on which programming language you’re using. Packaging was easy for my Racket game. Even the person running BSD got it working!
Hi Cadence. Apparently on Arch linux you can install the `libxcrypt-compat` package, that will get rid of this issue. Otherwise I'm currently trying to build a appimage package (and testing on arch) that will include that library, but it's trying my patience...