Update hello.txt

This commit is contained in:
Evan Simkowitz
2024-11-21 19:47:18 -08:00
committed by GitHub
parent fd1032aec8
commit d45906a7f8
2 changed files with 42 additions and 42 deletions
+17 -17
View File
@@ -1,17 +1,17 @@
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.8.12.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi'
url64bit = $url64
softwareName = 'Wave'
checksum64 = '064194834A092496B9BB3CED219C683F47A05E68A5E3F180C56C33A4FBB6CA6F02945E5812756E4B6004BF139946D2D07B0674DBEC883D2351AFEFF991680374'
checksumType64= 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
$ErrorActionPreference = 'Stop'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://dl.waveterm.dev/releases-w2/Wave-win32-x64-0.9.3.msi'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi'
url64bit = $url64
softwareName = 'Wave'
checksum64 = '7b2802a8a2b86bae9dd973114435883cdb5dea4986c2804892be997e64c3d35b058a054adde57be5bacfe544583f35cff84df24f70e3c9e5b2b03d880d376b5c'
checksumType64= 'sha512'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes= @(0, 3010, 1641)
}
Install-ChocolateyPackage @packageArgs
+25 -25
View File
@@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata><id>wave</id>
<version>0.8.12</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>
<copyright>Command Line Inc</copyright>
<iconUrl>https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png</iconUrl>
<licenseUrl>https://github.com/wavetermdev/waveterm/blob/main/LICENSE</licenseUrl>
<packageSourceUrl>https://www.github.com/wavetermdev/waveterm</packageSourceUrl>
<docsUrl>https://docs.waveterm.dev</docsUrl>
<bugTrackerUrl>https://github.com/wavetermdev/waveterm/issues</bugTrackerUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>wave terminal emulator shell command line developer productivity</tags>
<summary>An open-source, cross-platform terminal for seamless workflows</summary>
<description>Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.
</description>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata><id>wave</id>
<version>0.9.3</version>
<title>Wave Terminal</title>
<authors>Command Line Inc</authors>
<projectUrl>https://www.waveterm.dev</projectUrl>
<copyright>Command Line Inc</copyright>
<iconUrl>https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png</iconUrl>
<licenseUrl>https://github.com/wavetermdev/waveterm/blob/main/LICENSE</licenseUrl>
<packageSourceUrl>https://www.github.com/wavetermdev/waveterm</packageSourceUrl>
<docsUrl>https://docs.waveterm.dev</docsUrl>
<bugTrackerUrl>https://github.com/wavetermdev/waveterm/issues</bugTrackerUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<tags>wave terminal emulator shell command line developer productivity</tags>
<summary>An open-source, cross-platform terminal for seamless workflows</summary>
<description>Wave is an open-source terminal that can launch graphical widgets, controlled and integrated directly with the CLI. It includes a base terminal, directory browser, file previews (images, media, markdown), a graphical editor (for code/text files), a web browser, and integrated AI chat.
Wave isn't just another terminal emulator; it's a rethink on how terminals are built. For too long there has been a disconnect between the CLI and the web. If you want fast, keyboard-accessible, easy-to-write applications, you use the CLI, but if you want graphical interfaces, native widgets, copy/paste, scrolling, variable font sizes, then you'd have to turn to the web. Wave's goal is to bridge that gap.
</description>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>