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>2016-05-04 14:45:41 +0300
committerKenneth Skovhede <kenneth@hexad.dk>2016-05-04 14:45:41 +0300
commit68002d39b15ed29ac53cc7265c3dd8b061224106 (patch)
tree7935bab38ae9126ce45f5a7ed142ddd003cee6a8 /build-installers.sh
parent24bdfdd7b8c4ed40e912f8658bf7a75872d913c9 (diff)
Updated installer build script to use similar lower-case names for all packages
Diffstat (limited to 'build-installers.sh')
-rw-r--r--build-installers.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/build-installers.sh b/build-installers.sh
index 3b8ff895e..858f5f8dd 100644
--- a/build-installers.sh
+++ b/build-installers.sh
@@ -27,10 +27,10 @@ BUILDTAG="${BUILDTAG_RAW//-}"
RPMNAME="duplicati-${VERSION}-${BUILDTAG}.noarch.rpm"
DEBNAME="duplicati_${VERSION}-1_all.deb"
-MSI64NAME="Duplicati-${BUILDTAG_RAW}-x64.msi"
-MSI32NAME="Duplicati-${BUILDTAG_RAW}-x86.msi"
-DMGNAME="Duplicati-${BUILDTAG_RAW}.dmg"
-PKGNAME="Duplicati-${BUILDTAG_RAW}.pkg"
+MSI64NAME="duplicati-${BUILDTAG_RAW}-x64.msi"
+MSI32NAME="duplicati-${BUILDTAG_RAW}-x86.msi"
+DMGNAME="duplicati-${BUILDTAG_RAW}.dmg"
+PKGNAME="duplicati-${BUILDTAG_RAW}.pkg"
UPDATE_TARGET="Updates/build/${BUILDTYPE}_target-${VERSION}"
@@ -344,7 +344,7 @@ if [ "x${GITHUB_TOKEN}" == "x" ]; then
else
github-release upload \
--tag "v${VERSION}-${BUILDTAG_RAW}" \
- --name "Duplicati-${BUILDTAG_RAW}-signatures.zip" \
+ --name "duplicati-${BUILDTAG_RAW}-signatures.zip" \
--repo "duplicati" \
--user "duplicati" \
--security-token "${GITHUB_TOKEN}" \