This Java application is designed to be integrated into a larger project to help update the main application. English, Español, and Português are currently supported by the application.
- Clone the project.
- Change your language preferences in config/preferences.txt (EN, ES, PT).
- Change your settings in config/settings.txt
- Add icon under the GENERAL section.
- The main application needs to update MAIN_APP_PATH and MAIN_APP_NAME for the updater to restart the application.
- Add the name of the UPDATE_ZIP
- Can edit the name of the VERSION file.
- Change the version.txt file.
- Update the VERSION under MAIN APP section.
- Update the DOWNLOAD link under MAIN APP section.
- Upload the version.txt.
- The main application will download version.txt in the Updater's download folder. If application needs to update, then launch updater.jar.
- The Updater will delete the file after updating the main application.
- The main application will download version.txt in the Updater's download folder. If application needs to update, then launch updater.jar.
- Compile the project.
- Supports three (3) languages (English, Español, and Português).
- Downloads and extracts zip files.
- Restarts the main application (.jar files) after updating.