mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
remove squirrel
This commit is contained in:
parent
be8612912c
commit
0644f320da
1 changed files with 0 additions and 7 deletions
|
|
@ -44,12 +44,6 @@ function Build-Path
|
||||||
return $p
|
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)
|
function Delete-Unused($path, $config)
|
||||||
{
|
{
|
||||||
|
|
@ -106,7 +100,6 @@ function Main
|
||||||
{
|
{
|
||||||
$p = Build-Path
|
$p = Build-Path
|
||||||
$v = Build-Version
|
$v = Build-Version
|
||||||
Copy-Resources $p
|
|
||||||
|
|
||||||
if ($config -eq "Release")
|
if ($config -eq "Release")
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue