Deepdwn version: 0.41.0
OS version: Linux; Debian 12.10 (stable / "bookworm") - https://www.debian.org/releases/stable/
With AppImage:
```
chmod u+x ./Deepdwn-0.41.0.AppImage
./Deepdwn-0.41.0.AppImage
(node:21227) UnhandledPromiseRejectionWarning: Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/.mount_Deepdwmg6PMt/resources/better_sqlite3.node)
```
(Deepdwn 0.41.0 wants GLIBC_2.38, but Debian stable ships with GLIBC 2.36 - https://packages.debian.org/bookworm/libc6 )
With snap:
```
snap install ./Deepdwn_0.41.0_amd64.snap --dangerous
error: cannot perform the following tasks:
- Ensure prerequisites for "deepdwn" are available (cannot install snap base "core20": snap "core20" assumes unsupported features: snapd2.61 (try to refresh snapd))
```
(Debian stable ships with snapd 2.57.6 - https://packages.debian.org/bookworm/snapd )
Any chance you can provide an AppImage built for GLIBC_2.36 (or earlier)?
Alternatively, if an earlier version of Deepdwn used GLIBC_2.36 (or earlier), can you add that older version to the download options?
Thank you!