An open API service indexing awesome lists of open source software.

https://github.com/jessicategner/justupdate

An updater framework that just works. JustUpdate uses existing native tools to perform updates.
https://github.com/jessicategner/justupdate

autoupdater justupdate nsis pkgbuild productbuild python python3 pyupdater updater

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Just. Update

[![Build Status](https://travis-ci.com/JessicaTegner/JustUpdate.svg?branch=master)](https://travis-ci.com/JessicaTegner/JustUpdate)

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).

# [INSTALLATION](https://JessicaTegner.github.io/JustUpdate#installation) | [DOCUMENTATION](https://JessicaTegner.github.io/JustUpdate#usage) | [LICENSE](https://github.com/JessicaTegner/JustUpdate/blob/master/license) | [HELPING OUT](https://JessicaTegner.github.io/JustUpdate/#helping-out)

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