Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Skovhede <kenneth@hexad.dk>2017-05-17 15:00:35 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2017-05-17 15:00:35 +0300
commit9dd8beaaf19ebc46cce7707fa26f930619579f4c (patch)
treee9ff363d0cf81bd2b74d3145b6d7b6b0c6d77fd4
parentbf7d36e380de8b3bafe7440d54f417e2f156dc7d (diff)
Updated build script to match the new AlphaVSS naming
-rw-r--r--build-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh
index 75a8c795d..7d24d5078 100644
--- a/build-release.sh
+++ b/build-release.sh
@@ -134,7 +134,7 @@ cp -R Duplicati/Server/webroot "${UPDATE_SOURCE}"
# We copy some files for alphavss manually as they are not picked up by xbuild
mkdir "${UPDATE_SOURCE}/alphavss"
-for FN in "Duplicati/Library/Snapshots/bin/Release/SnapshotQuery.exe" "Duplicati/Library/Snapshots/bin/Release/AlphaShadow.exe" Duplicati/Library/Snapshots/bin/Release/AlphaVSS.*.*.dll; do
+for FN in Duplicati/Library/Snapshots/bin/Release/AlphaVSS.*.dll; do
cp "${FN}" "${UPDATE_SOURCE}/alphavss/"
done