diff --git a/wave/tools/chocolateyinstall.ps1 b/wave/tools/chocolateyinstall.ps1
index dfa0268..cd44431 100644
--- a/wave/tools/chocolateyinstall.ps1
+++ b/wave/tools/chocolateyinstall.ps1
@@ -1,17 +1,17 @@
-$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)
-}
-
+$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
\ No newline at end of file
diff --git a/wave/wave.nuspec b/wave/wave.nuspec
index 3733559..9bea7e1 100644
--- a/wave/wave.nuspec
+++ b/wave/wave.nuspec
@@ -1,25 +1,25 @@
-
-
- wave
- 0.9.3
- Wave Terminal
- Command Line Inc
- https://www.waveterm.dev
- Command Line Inc
- https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png
- https://github.com/wavetermdev/waveterm/blob/main/LICENSE
- https://www.github.com/wavetermdev/waveterm
- https://docs.waveterm.dev
- https://github.com/wavetermdev/waveterm/issues
- true
- wave terminal emulator shell command line developer productivity
- An open-source, cross-platform terminal for seamless workflows
- 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.
-
-
-
-
-
-
+
+
+ wave
+ 0.9.3
+ Wave Terminal
+ Command Line Inc
+ https://www.waveterm.dev
+ Command Line Inc
+ https://cdn.jsdelivr.net/gh/wavetermdev/waveterm@main/assets/appicon-windows.png
+ https://github.com/wavetermdev/waveterm/blob/main/LICENSE
+ https://www.github.com/wavetermdev/waveterm
+ https://docs.waveterm.dev
+ https://github.com/wavetermdev/waveterm/issues
+ true
+ wave terminal emulator shell command line developer productivity
+ An open-source, cross-platform terminal for seamless workflows
+ 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.
+
+
+
+
+
+