ilpersi / BHBot

A bot that automates a game called Bit Heroes
GNU General Public License v3.0
28 stars 32 forks source link

Question: download jar #164

Closed Nandor9 closed 4 years ago

Nandor9 commented 4 years ago

In releases add please link to jar file. For those who are using jar and already have java 11

ilpersi commented 4 years ago

The jar file is packed within the zip release. I recommend you to review the Java Steps of the installation guide in case of doubts.

Nandor9 commented 4 years ago

I have no problem with running it as java jar. I don't want to download 46mb zip file if the jar has 13mb, every new release. If it is a lot effort to do it, never mind

ilpersi commented 4 years ago

New versions are released about once a month (even less) and honestly, considering this frequency, I prefer not to upload the same thing twice.

In my opinion it would also be confusing for non techie user to have two files instead of a single nicely packed zip with an exe inside.

If you really want to reduce the download size, you may consider compiling from source that way you can also get latest fixes and updates.