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

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprobonopd <probonopd@users.noreply.github.com>2017-05-14 22:46:01 +0300
committerGitHub <noreply@github.com>2017-05-14 22:46:01 +0300
commitdf9fd5c6596a2451142bf035eb4754e55252f786 (patch)
tree59236d92b9ce783867b954a4f96366a05b944037
parentcff56eef8c11881ef6b49096927fec61b60d5a0f (diff)
Add "." between "git" and the commit hash
-rwxr-xr-xlinux/appimage-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/appimage-build.sh b/linux/appimage-build.sh
index 57d5f2b..63dab41 100755
--- a/linux/appimage-build.sh
+++ b/linux/appimage-build.sh
@@ -96,7 +96,7 @@ get_desktopintegration $LOWERAPP
# Determine the version of the app
########################################################################
-VERSION=git$GIT_REV
+VERSION=git.$GIT_REV
########################################################################
# Patch away absolute paths; it would be nice if they were relative