Releasifying NuGet Packages with Squirrel
Squirrel.Windows is an installation tool with an auto-update system for Windows desktop apps.
To see the available Squirrel APIs in FAKE, please see the API-Reference
for the Squirrel module.
Squirrel.exe
CLI tool
This module is a wrapper around the Squirrel.exe CLI tool that is available in the squirrel.windows NuGet package.
Releasify
Releasifying create all files necessary for release from a NuGet package.
open Fake.Installer
Squirrel.releasify "./my.nupkg" (fun p -> { p with ReleaseDir = "./squirrel_release")