Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 486 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 486 Bytes

qex-mapdb-editor

Compose Desktop application for editing the mapdb.json for the Quake EX port

Running from source

To run from source, you must have Java 11 installed.

On Windows:

gradlew.bat run

On Unix:

./gradlew run

Building

To build native packages you must have Java 15 or better.

On Windows:

gradlew.bat package

On Unix:

./gradlew package

This will create a binary for your os. I do not yet know how to package for another OS yet.