Document how to make a portable build on Windows

On MSYS2, ./gradlew does not work as expected, so use its absolute path.
pull/133/merge
Romain Vimont 6 years ago
parent 82efff34e8
commit 2a02fb3611

@ -9,6 +9,9 @@
#
# "make release-portable" builds a zip containing the client and the server.
#
# On Windows with MSYS2/mingw64, execute:
# GRADLE="$PWD/gradlew" mingw32-make release-portable
#
# This is a simple Makefile because Meson is not flexible enough to execute some
# arbitrary commands.

Loading…
Cancel
Save