My Jetpack Compose Desktop app depends on a proprietary executable that I would like to include in the Debian package. The closest I'm getting is adding the file as a resource, but that will not set the executable flag.
Is there another way of including files in the packageDeb task, that will preserve the executable flag?