From 7aada85f76ec1b74acc6cbc7a1a3dc3cf340039c Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Fri, 5 Feb 2021 11:46:29 +0330 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54daa042..34c9360d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Download [android.jar](https://raw.githubusercontent.com/AriaMoradi/Tachidesk/an Run `scripts/getAndroid.sh` from project's root directory to download and rebuild the jar file from Google's repository. ### building the jar Run `./gradlew shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`. -### building the windows package +### building the Windows package Run `./gradlew windowsPackage`, the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win32.zip`. ## Running for development purposes ### `server` module