Update docs

This commit is contained in:
Stepland 2024-01-07 23:41:15 +01:00
parent 91a4e2351d
commit f692ca1b31

View File

@ -20,13 +20,13 @@
For a regular semver release For a regular semver release
```console ```console
python utils/make_windows.release.py 2.x.x python utils/make_windows_release.py --release-version 2.x.x
``` ```
For preview builds For preview builds
```console ```console
python utils/make_windows.release.py 2.x.x-alpha --timestamp python utils/make_windows.release.py --release-version 2.x.x-alpha --timestamp
``` ```
1. Distribute the generated `.zip` file 1. Distribute the generated `.zip` file