Skip to content

Commit

Permalink
unspecified
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick authored and runner committed Nov 15, 2023
1 parent cd619b7 commit f572753
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions installer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Generated with JReleaser 1.8.0 at 2023-11-04T06:15:07.819954103Z
# Generated with JReleaser 1.8.0 at 2023-11-15T04:12:17.408878767Z
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'xpipe'
fileType = 'msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/1.7.3/xpipe-installer-windows-x86_64.msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/1.7.4/xpipe-installer-windows-x86_64.msi'
silentArgs = "/quiet"
validExitCodes= @(0)
softwareName = 'xpipe*'
checksum = '65fed41ed5750e90abaa76526769fef0066173b58d90e6ec63ef23572fa35c34'
checksum = '557bcdabc55a6de85b41b18c7f189022c191a0ba8aad3bfc719871ea73e1ccdc'
checksumType = 'sha256'
}

Expand Down
16 changes: 7 additions & 9 deletions installer/xpipe.nuspec
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated with JReleaser 1.8.0 at 2023-11-04T06:15:07.819954103Z -->
<!-- Generated with JReleaser 1.8.0 at 2023-11-15T04:12:17.408878767Z -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- required -->
<id>xpipe</id>
<version>1.7.3</version>
<version>1.7.4</version>
<authors>Christopher Schnick</authors>
<description>A connection manager and remote file explorer that works by exclusively interacting with CLI tools on local and remote shell connections. This approach makes it much more flexible as it doesn't have to deal with file system APIs or remote file handling protocols at all.

XPipe integrates with your existing tools and workflows by outsourcing as many tasks as possible to your text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to implement custom functionality through extensions.</description>
<description>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.</description>
<!-- optional -->
<title>XPipe</title>
<projectUrl>https://xpipe.io</projectUrl>
<copyright>2023, Christopher Schnick</copyright>
<copyright>2023, XPipe UG (haftungsbeschränkt)</copyright>
<licenseUrl>https://github.com/xpipe-io/xpipe/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>java docker ssh postgres lxd wsl xpipe java docker ssh postgres lxd wsl xpipe</tags>
<summary>Your entire server infrastructure at your fingertips.</summary>
<tags>desktop docker ssh postgres lxd wsl k8s kubernetes podman sftp terminal desktop docker ssh postgres lxd wsl k8s kubernetes podman sftp terminal</tags>
<summary>Your entire server infrastructure at your fingertips</summary>
<projectSourceUrl>https://github.com/xpipe-io/xpipe</projectSourceUrl>
<packageSourceUrl>https://github.com/xpipe-io/choco_bucket</packageSourceUrl>
<docsUrl>https://docs.xpipe.io</docsUrl>
<bugTrackerUrl>https://github.com/xpipe-io/xpipe/issues</bugTrackerUrl>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/1.7.3</releaseNotes>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/1.7.4</releaseNotes>
<iconUrl>https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png</iconUrl>
</metadata>
<files>
Expand Down

0 comments on commit f572753

Please sign in to comment.