aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>2019-10-28 22:09:46 -0700
committerGitHub <noreply@github.com>2019-10-28 22:09:46 -0700
commit8c0580aa24e2912866df8f5d3e2034473ef3f7da (patch)
tree70cdc6818e77787dee2336c2e093c03510e67d59
parentfd8d4894ca362609be3436759917ba5be27ced9f (diff)
Updating win-x64 build NSSM address
-rwxr-xr-xdeployment/win-x64/docker-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/win-x64/docker-build.sh b/deployment/win-x64/docker-build.sh
index 20bf430c8..3f1ad78b5 100755
--- a/deployment/win-x64/docker-build.sh
+++ b/deployment/win-x64/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-win64-static"
FFMPEG_URL="https://ffmpeg.zeranoe.com/builds/win64/static/${FFMPEG_VERSION}.zip"