Skip to content

Squirrel.Windows 1.2.5

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 27 Feb 00:53
· 494 commits to develop since this release

What's New

Machine Install is no more (#614)

Because Squirrel.Windows now generates MSI files, there is no need for the --machine parameter - MSI does everything that was supposed to do, only better. Squirrel also now refuses to run under elevated Admin even harder than it used to (i.e. if rerunning as non-UAC was unsuccessful, we will refuse to continue). This stops people from installing under permissions that later, we can't update to, which causes havoc.

Bug Fixes:

  • Fix issue with files without extensions on non-Windows (#605, thanks @kevinmartin)
  • Lots of docs improvements (Thanks @kenbailey)