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.
- Host: GitHub
- URL: https://github.com/jessicategner/justupdate
- Owner: JessicaTegner
- License: lgpl-3.0
- Created: 2019-07-29T18:09:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T03:54:41.000Z (over 2 years ago)
- Last Synced: 2025-03-23T01:41:19.722Z (7 months ago)
- Topics: autoupdater, justupdate, nsis, pkgbuild, productbuild, python, python3, pyupdater, updater
- Language: Python
- Size: 7.91 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Just. Update
[](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.