0.1.1 • Published 9 years ago

grunt-squirrel-releasify v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Squirrel Releasify Grunt Plugin

Grunt plugin that releasifies NuGet packages for Squirrel updates.

Installing

npm install --save-dev grunt-squirrel-releasify

Configuring

In your Gruntfile.js add the following:

grunt.loadNpmTasks('grunt-squirrel-releasify')

Then configure a source NuGet package and an output folder as the task:

'squirrel-releasify': {
  src: '/path/to/app.nupkg',
  dest: '/pato/to/output'
}

Then run grunt squirrel-releasify and you will have a RELEASES, .nupkg, and a .exe in the dest folder.

Options

Config NameRequiredDescription
srcYesThe folder path of your NuGet package
destYesThe folder path to create the .exe installer in
loadingGifNoThe local path to a .gif file to display during install