From f53d25d05505d8942ca1a6725b2ef646b1aaacc4 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 8 Jan 2026 13:31:48 +0000 Subject: [PATCH] Remove parentheses from ptb description --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b40a78e43..98181b2e2 100644 --- a/build.gradle +++ b/build.gradle @@ -230,7 +230,7 @@ project.ext { // Info publisher = 'XPipe UG (haftungsbeschränkt)' - shortDescription = isStage ? 'XPipe PTB (Public Test Build)' : 'Your entire server infrastructure at your fingertips' + 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.' website = 'https://xpipe.io' sourceWebsite = isStage ? 'https://github.com/xpipe-io/xpipe-ptb' : 'https://github.com/xpipe-io/xpipe'