Skip to content

Simple tools to deploy your app. A lightweight alternative to clickOnce that allows run as administrator.

License

Notifications You must be signed in to change notification settings

jarmyo/reposUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reposUpdater

CodeFactor Codacy Badge

There are simple deployment tools for autoupdate applications. A lightweight alternative to clickOnce that allows run as administrator. It conssist in two tools, ReposUploader and ReposUpdate:

ReposUploader

Tool to zip each file in bin/release folder of project, creates a json file that contains info of the package (filename, hash, version) and then upload these files to ftp server.

Config

Change contents of ExampleConfig.json file and rename to config.json. this file must have been in the same path as the executable, in this file put ftp server address, app folder, user, password, publisher info, etc.

The first run needs create a file named 'globalhash.json' that contains CRC hash of files already in the server. This is because the tool dont upload all the files each time, just the files with changes. To make the first global hash file, run the app with commands /force and /noupload these commands creates the globalhash.json file needed to execute later instances of the program.

ReposUpdate

This tool check for changes in a json file on the ftp server, download request files fron a certain site, copy to local folder, make registry entries (to make it visible on control panel Programs) and launch new files.

Usage

Only replace all params on Common class : compile and distribute. You can change the icon, the description, etc.

Contributing

This is my first project in github, be gentile :) Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

Simple tools to deploy your app. A lightweight alternative to clickOnce that allows run as administrator.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages