remove squirrel

This commit is contained in:
Hongtao Zhang 2024-03-26 13:42:54 -05:00
parent be8612912c
commit 0644f320da

View file

@ -44,12 +44,6 @@ function Build-Path
return $p
}
function Copy-Resources($path)
{
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
Copy-Item -Force $env:USERPROFILE\.nuget\packages\squirrel.windows\1.5.2\tools\Squirrel.exe $path\Output\Update.exe
}
function Delete-Unused($path, $config)
{
@ -106,7 +100,6 @@ function Main
{
$p = Build-Path
$v = Build-Version
Copy-Resources $p
if ($config -eq "Release")
{