Skip to content
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.

bricelam/ImageResizer-Chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chocolatey Package

Welcome to the Chocolatey package for Image Resizer for Windows.

Frequently Updated

Every package version requires the following changes, at least, in the nuspec and probably in the install/uninstall scripts:

  • Version
  • Release notes (if this is a version-specific URL)
  • URL
  • Checksum

You can get the checksum using the built-in PowerShell cmdlet. The Chocolatey default is MD5, but a stronger/longer checksum is preferred. PowerShell defaults to SHA256, which is fine.

PS> Get-FileHash '.\ImageResizerSetup-x.y.z.exe'

Algorithm   Hash                                                               Path
---------   ----                                                               ----
SHA256      AAAAABBBBBCCCCCDDDDDEEEEEFFFFFGGGGGHHHHHIIIIIJJJJJKKKKKLLLLLMMMM   C:\Users\Anthony\Downloads\Im...

Infrequently Updated

The package icon is a bit of a pain to update. Update the icon by overwriting the file in this repository. It may help to run it through an optimizer.

PS> pngout .\imageresizerapp.png

Commit and push this. We need to get the canonical URL for this file before we can update or publish the package.

  1. On GitHub, navigate to the file.
  2. Press 'y' to view the canonical URL.
  3. Click the "Raw" button to view the raw file.
  4. Copy this URL into the field at http://rawgit.com.
  5. Use the "production" URL in the package.

Pack and Publish

Pack.

PS> choco pack .\imageresizerapp\imageresizerapp.nuspec

Publish.

PS> choco push .\imageresizerapp.x.y.z.nupkg

About

Chocolatey package repository for Image Resizer for Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published