nostr:npub1acg6thl5psv62405rljzkj8spesceyfz2c32udakc2ak0dmvfeyse9p35c hello, can I please ask for an appimage version of gossip. I tried to compile one but I don’t know how to do it. ☺️

Reply to this note

Please Login to reply.

Discussion

I'm sorry I've tried to build an AppImage before and it hasn't worked.

On the unstable branch I just created a script to build an AppImage. If you want to try it:

$ git clone https://github.com/mikedilger/gossip

$ cd gossip

Or if you already did that, update with

$ git fetch

Then either way:

$ git checkout unstable

$ cd packaging/appimage

$ ./build-appimage.sh

Let me know if it works

Are you running Debian?