diff --git a/README-WIN64.md b/README-WIN64.md index 88f066c5..d686c5a7 100644 --- a/README-WIN64.md +++ b/README-WIN64.md @@ -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 ``` diff --git a/build-win64.sh b/build-win64.sh index 332d3071..27dcf003 100644 --- a/build-win64.sh +++ b/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 \