BiglyBT icon indicating copy to clipboard operation
BiglyBT copied to clipboard

Unix Release Package Launch Script Uses Windows Line Breaks

Open DigitalDJ opened this issue 3 years ago • 2 comments

Hi,

Looking at the Unix GitHub release packages for 3.0.0.0 (https://github.com/BiglySoftware/BiglyBT/releases/download/v3.0.0.0/GitHub_BiglyBT_unix.tar.gz). The biglybt startup shell script seems to be in DOS/Windows line endings, which causes a problem with most shells.

Looks like the source script (https://raw.githubusercontent.com/BiglySoftware/BiglyBT/master/core/src/com/biglybt/platform/unix/startupScript) uses Unix line endings.....so something doing the packaging is breaking it.

Not sure what other files are affect by this, but the other scripts in the package seem unaffected. Maybe something to look into?

Thanks :)

DigitalDJ avatar Feb 26 '22 12:02 DigitalDJ

Thanks. I've removed the unix installers from Github while I build ones that work.

TuxPaper avatar Feb 27 '22 00:02 TuxPaper

Installer updated on GitHub. Tested on Ubuntu 21.10 with Java 11.0.13 (64 bit)

TuxPaper avatar Feb 27 '22 03:02 TuxPaper