Where is the script to build ".deb" packages?

There is something to build the .deb package at https://builds.jabref.org/main/, but it doesn’t seem to be public.

I found no code in the main repo to produce the .deb package.

Where is it?

Hi,

the deb file is created from Java’s jpackage tool using gradle:

./gradlew jpackage will build the deb and rpm files

1 Like

Thanks, i didn’t notice jpackage can do it.