From 6aaf63606958de4c5d2535c7dbc7e4b79e075f65 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Wed, 19 May 2021 02:47:48 +0430 Subject: [PATCH] [SKIP CI] update for new scripts --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b277570c..67ee05f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ Run `./gradlew :webUI:copyBuild server:shadowJar`, the resulting built jar file ### building without `webUI` bundled(server only) Delete the `server/src/main/resources/react` directory if exists from previous runs, then run `./gradlew server:shadowJar`, the resulting built jar file will be `server/build/Tachidesk-vX.Y.Z-rxxx.jar`. ### building the Windows package -First Build the jar, then cd into the `scripts` directory and run `./windows-bundler.sh`, the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win64.zip`. +First Build the jar, then cd into the `scripts` directory and run `./windows-bundler.sh` (or `./windows-bundler.ps1` if you are on windows), the resulting built zip package file will be `server/build/Tachidesk-vX.Y.Z-rxxx-win64.zip`. ## Running in development mode First satistify [the prerequisites](#prerequisites) ### server