From 772e3ae68a92f0e97747547d37465ccee0d8340f Mon Sep 17 00:00:00 2001 From: PBillodeau <3998670+PBillodeau@users.noreply.github.com> Date: Mon, 27 Sep 2021 09:50:51 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Tobias Hagemann --- dist/linux/appimage/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/linux/appimage/build.sh b/dist/linux/appimage/build.sh index 1cadc1eeb..8fce4ea46 100755 --- a/dist/linux/appimage/build.sh +++ b/dist/linux/appimage/build.sh @@ -37,14 +37,14 @@ ${JAVA_HOME}/bin/jpackage \ --copyright "(C) 2016 - 2021 Skymatic GmbH" \ --java-options "-Xss5m" \ --java-options "-Xmx256m" \ - --app-version "$VERSION" \ + --app-version "${VERSION}.${REVISION_NO}" \ --java-options "-Dfile.encoding=\"utf-8\"" \ --java-options "-Dcryptomator.logDir=\"~/.local/share/Cryptomator/logs\"" \ --java-options "-Dcryptomator.settingsPath=\"~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json\"" \ --java-options "-Dcryptomator.ipcSocketPath=\"~/.config/Cryptomator/ipc.socket\"" \ --java-options "-Dcryptomator.mountPointsDir=\"~/.local/share/Cryptomator/mnt\"" \ --java-options "-Dcryptomator.showTrayIcon=false" \ - --java-options "-Dcryptomator.buildNumber=\"appimage-$VERSION\"" \ + --java-options "-Dcryptomator.buildNumber=\"appimage-${REVISION_NO}\"" \ --resource-dir ../resources # transform AppDir