Skip to content

Commit

Permalink
Update Squirrel to latest stable
Browse files Browse the repository at this point in the history
Addressed #44
  • Loading branch information
Nikolai558 committed Apr 11, 2022
1 parent fef19a6 commit a63027f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FeBuddyWinFormUI/FeBuddyWinFormUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Clowd.Squirrel" Version="2.7.98-pre" />
<PackageReference Include="Clowd.Squirrel" Version="2.8.40" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ver = $verObj.ProductVersion
Write-Output "Building version $ver"

# Squirrel release
Set-Alias Squirrel ($env:USERPROFILE + "\.nuget\packages\clowd.squirrel\2.7.98-pre\tools\Squirrel.exe")
Set-Alias Squirrel ($env:USERPROFILE + "\.nuget\packages\clowd.squirrel\2.8.40\tools\Squirrel.exe")
New-Item -Path "$PSScriptRoot" -Name "releases" -ItemType "directory"
Squirrel github-down --repoUrl "https://github.com/Nikolai558/FE-BUDDY" -r "$releasedir"
Squirrel pack -u "FE-BUDDY" -v "$ver" -p "$pubdir" -r "$releasedir"
Expand Down

0 comments on commit a63027f

Please sign in to comment.