doubleSlashde / Busylight-Client

The Busylight shows colleagues whether you are currently on a call. So you are no longer disturbed during a phone call. Or if you have time to talk (then you will be displayed in green).
2 stars 0 forks source link

Precompiled version available? #3

Open DL5SMB opened 8 months ago

DL5SMB commented 8 months ago

Are there any chances of releasing a precompiled version?

If i compile / export it myself I get the following error after starting:

00:58:59.973 [JavaFX Application Thread] INFO de.doubleslash.usb_led_matrix.App - Starting application... Exception in Application start method 00:58:59.981 [JavaFX Application Thread] INFO de.doubleslash.usb_led_matrix.App - Application stopped with code '0'.

and everything stops/exits.

It only works if I am running it in Eclipse itself. I am afraid I have no idea what I am doing wrong here?

Death111 commented 8 months ago

You are right - there is no release yet. Interesting.

We will add a (pre-)release soon! Thank you for informing us of this.

In the meantime if you'd like you can download a build from the github-actions: https://github.com/doubleSlashde/Busylight-Client/actions - suggesting to use latest one from branch main. (Click on one and at the bottom you can download the .jar file.

DL5SMB commented 8 months ago

Thanks a lot :-) That worked out.