Skip to content

alpha04-gradle

Pre-release
Pre-release
Compare
Choose a tag to compare
@SpiritQuaddicted SpiritQuaddicted released this 10 Jul 13:46
· 9 commits to master since this release
b18b214

Thanks to @jjelliott the Quake Injector is now build with gradle, not ant. And this gives us an ... drumroll please ... self-contained .exe for Windows users! No more headaches from trying to install Java on Windows. It just works(tm)!

If you want to use your system's Java, just use the non ".exe"-ZIP. The non-exe-ZIP is structured a bit differently, you will figure it out. On Windows run bin\QuakeInjector.bat. On Linux or MacOS run bin/QuakeInjector. You should even be able to install this to / if you want to.

Another small fix snuck in but apart from that, this "just" makes using the Quake Injector a gazillion times easier.

Let's see if it works for all of you!

  • Fixed random map button to not try to re-install installed packages (@WRFitch)
  • Switch to gradle for building and to build a Windows .exe (@jjelliott)