mirror of
https://github.com/netdata/netdata.git
synced 2025-03-16 22:13:38 +00:00

* 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.
8 lines
228 B
Bash
Executable file
8 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}"
|