From dcbbd211fe944bf6b826202054ee1d7a0194cbc8 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 2 May 2024 23:12:37 +0000 Subject: [PATCH] Build fixes --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 16323f9a..8fe2edd6 100644 --- a/build.gradle +++ b/build.gradle @@ -94,6 +94,7 @@ project.ext { changelog = file("dist/changelogs/${canonicalVersionString}.md").exists() ? file("dist/changelogs/${canonicalVersionString}.md").text.trim() + '\n' : "" productName = isStage ? 'XPipe PTB' : 'XPipe' kebapProductName = isStage ? 'xpipe-ptb' : 'xpipe' + flatcaseProductName = isStage ? 'xpipeptb' : 'xpipe' publisher = 'XPipe UG (haftungsbeschränkt)' shortDescription = isStage ? 'XPipe PTB (Public Test Build)' : 'Your entire server infrastructure at your fingertips' longDescription = 'XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.'