Fixed dist-install dir

Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
Maxim Logaev 2024-03-06 21:11:15 +03:00
parent 4674e90d16
commit b886e2a2f2
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ Build on Windows (x86_64)
```sh
./build-win64.sh --prepare
```
- Start the build (the builded distribution is available in the `dist-win64` folder):
- Start the build (the builded distribution is available in the `windows-installer/dist-win64` folder):
```sh
./build-win64.sh
```

View file

@ -1,7 +1,7 @@
#!/bin/bash
set -e
DIST_DIR=$PWD/win64-dist
DIST_DIR=${PWD}/windows-installer/win64-dist
JOBS=$NUMBER_OF_PROCESSORS
msg()
@ -47,6 +47,7 @@ prepare()
mingw64/mingw-w64-x86_64-gst-plugins-good \
mingw64/mingw-w64-x86_64-gst-plugins-base \
mingw64/mingw-w64-x86_64-gst-plugins-ugly \
mingw64/mingw-w64-x86_64-nsis \
make \
zip \
unzip \