Skip to content

An updater framework that just works. JustUpdate uses existing native tools to perform updates.

License

Notifications You must be signed in to change notification settings

JessicaTegner/JustUpdate

Repository files navigation

Just. Update

Build Status

Just. Update is a updater system written in python that utilizes each platform's native method of installing an application to perform an update.

  • On windows, JustUpdate uses NSIS (nullsoft scriptable install system) to perform the update.
  • On Mac, JustUpdate uses the pkg flat installer archive format, to perform the update (productbuild).

Contributing

Want a feature or found a bug? Open an issue or submit a pull request.