aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>2019-10-28 22:10:36 -0700
committerGitHub <noreply@github.com>2019-10-28 22:10:36 -0700
commit9c65853ddd49a8235dbe547e8d5d635d9f157f75 (patch)
tree60391b28e004d192f0fd43510de880cb835d93c7
parent8c0580aa24e2912866df8f5d3e2034473ef3f7da (diff)
updates win32 build script with nssm mirror
-rwxr-xr-xdeployment/win-x86/docker-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/win-x86/docker-build.sh b/deployment/win-x86/docker-build.sh
index c5f6e82e7..7d79ba495 100755
--- a/deployment/win-x86/docker-build.sh
+++ b/deployment/win-x86/docker-build.sh
@@ -7,7 +7,7 @@ set -o xtrace
# Version variables
NSSM_VERSION="nssm-2.24-101-g897c7ad"
-NSSM_URL="https://nssm.cc/ci/${NSSM_VERSION}.zip"
+NSSM_URL="http://files.evilt.win/nssm/${NSSM_VERSION}.zip"
FFMPEG_VERSION="ffmpeg-4.0.2-win32-static"
FFMPEG_URL="https://ffmpeg.zeranoe.com/builds/win32/static/${FFMPEG_VERSION}.zip"