FAForever / downlords-faf-client

Official client for Forged Alliance Forever
https://faforever.com
MIT License
194 stars 117 forks source link

Release build in linux #3128

Closed Who-are-me closed 4 months ago

Who-are-me commented 4 months ago

let me know how is build jar file and run this one in linux from source code

Sheikah45 commented 4 months ago

We use gradle for the project build so running ./gradle bootRun allows you to run it from source. Creating the jar file would be ./gradle jar and building a tar distribution is ./gradle distTar

obydog002 commented 4 months ago

Maybe we can add this information to the Readme somewhere ?