Skip to content
forked from Litarvan/S-Update

A Java easy and complete update library

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LESSER
Notifications You must be signed in to change notification settings

ph1823/S-Update

 
 

Repository files navigation

S-Update Logo

How to use it

First you need to install the Server on a Web Server. Then, in your code, just insert that to update your program !

SUpdate su = new SUpdate("UrlOfTheServer", new File("OutputFolder"));
su.update();

Features

  • Files checking with last modified dates or MD5s
  • Unknown files are deleted excepted the one listed in the server ignore file
  • Modified files are re-downloaded
  • Zips files for those that need not to be checked

About

A Java easy and complete update library

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.LESSER

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 100.0%