Updated the package generation command line

canary
WolverinDEV 2020-04-18 22:38:10 +02:00
parent 91284f7b1d
commit 644d9a8816
1 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ An explanation how this works will come later. Stay tuned!
### 2.6 Generate a release package ### 2.6 Generate a release package
In order to build your own TeaWeb-Package just execute the `scripts/build.sh` script. In order to build your own TeaWeb-Package just execute the `scripts/build.sh` script.
```shell script ```shell script
./scripts/build.sh web rel ./scripts/build.sh web rel # Build the web client
./scripts/web_package.sh rel # Bundle the webclient into one .zip archive
``` ```
You could also create a debug packaged just by replacing `rel` with `dev`. You could also create a debug packaged just by replacing `rel` with `dev`.