mirror of
https://github.com/netdata/netdata.git
synced 2024-11-21 15:28:05 +00:00
6cb5e58f60
* Update CI to generate MSI installer for Windows using WiX. * Fix missing option for WiX install. * Copy icon file alongside WiX sources. * Run WiX in the build directory instead of CWD.
9 lines
228 B
Bash
Executable File
9 lines
228 B
Bash
Executable File
#!/bin/bash
|
|
|
|
REPO_ROOT="$(dirname "$(dirname "$(cd "$(dirname "${BASH_SOURCE[0]}")" > /dev/null && pwd -P)")")"
|
|
|
|
# shellcheck source=./win-build-dir.sh
|
|
. "${REPO_ROOT}/packaging/windows/win-build-dir.sh"
|
|
|
|
cygpath -wa "${build}"
|