Fixed dist-install dir
Signed-off-by: Maxim Logaev <maxlogaev@proton.me>
This commit is contained in:
parent
4674e90d16
commit
b886e2a2f2
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue