@@ -40,7 +40,7 @@ function Copy-Resources ($path, $config) {
40
40
Copy-Item - Recurse - Force $path \Plugins\HelloWorldPython $target \Plugins\HelloWorldPython
41
41
Copy-Item - Recurse - Force $path \JsonRPC $target \JsonRPC
42
42
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
43
- Copy-Item - Force $env: USERPROFILE \.nuget\packages\squirrel.windows\1.5 . 2 \tools\Squirrel.exe $output \Update.exe
43
+ Copy-Item - Force $env: USERPROFILE \.nuget\packages\ppy. squirrel.windows\1.9 . 0.4 \tools\Squirrel.exe $output \Update.exe
44
44
}
45
45
46
46
function Delete-Unused ($path , $config ) {
@@ -98,7 +98,7 @@ function Pack-Squirrel-Installer ($path, $version, $output) {
98
98
$icon = " $path \Wox\Resources\app.ico"
99
99
Write-Host " icon: $icon "
100
100
# Squirrel.com: https://github.com/Squirrel/Squirrel.Windows/issues/369
101
- New-Alias Squirrel $env: USERPROFILE \.nuget\packages\squirrel.windows\1.5 . 2 \tools\Squirrel.exe - Force
101
+ New-Alias Squirrel $env: USERPROFILE \.nuget\packages\ppy. squirrel.windows\1.9 . 0.4 \tools\Squirrel.exe - Force
102
102
# why we need Write-Output: https://github.com/Squirrel/Squirrel.Windows/issues/489#issuecomment-156039327
103
103
# directory of releaseDir in squirrel can't be same as directory ($nupkg) in releasify
104
104
$temp = " $output \Temp"
@@ -126,7 +126,7 @@ function Main {
126
126
$o = " $p \Output\Packages"
127
127
Validate- Directory $o
128
128
# making version static as multiple versions can exist in the nuget folder and in the case a breaking change is introduced.
129
- New-Alias Nuget $env: USERPROFILE \.nuget\packages\NuGet.CommandLine\3 .4 .3 \tools\NuGet.exe - Force
129
+ New-Alias Nuget $env: USERPROFILE \.nuget\packages\NuGet.CommandLine\5 .4 .0 \tools\NuGet.exe - Force
130
130
Pack- Squirrel- Installer $p $v $o
131
131
132
132
$isInCI = $env: APPVEYOR
0 commit comments