Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Feb 18, 2022
1 parent bba777c commit 4cfc371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Windows apps should be as fast and as easy to install and update as apps like Go
5. Create a Squirrel release using the `Squirrel.exe` command line tool.
The tool can be downloaded from GitHub Releases, and it is also bundled into the [Clowd.Squirrel](https://www.nuget.org/packages/Clowd.Squirrel/) nuget package.
If installed through NuGet, the tools can usually be found at:
- `%userprofile%\.nuget\packages\clowd.squirrel\2.7.98-pre\tools`, or;
- `..\packages\clowd.squirrel\2.7.98-pre\tools`
- `%userprofile%\.nuget\packages\clowd.squirrel\2.8.1-pre\tools`, or;
- `..\packages\clowd.squirrel\2.8.1-pre\tools`

Once you have located the tools folder, create a release. Minimal example below with some useful options, but explore `Squirrel.exe -h` for a complete list.
```cmd
Expand All @@ -115,7 +115,7 @@ Windows apps should be as fast and as easy to install and update as apps like Go
dotnet publish -c Release -o ".\publish"
# find Squirrel.exe path and add an alias
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.1-pre\tools\Squirrel.exe");
# download currently live version
Squirrel http-down --url "https://the.place/you-host/updates"
Expand Down

0 comments on commit 4cfc371

Please sign in to comment.