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

https://github.com/gitagogaming/tp-pluginautoupdater-electron

Created for TouchPortal Plugin Developers using the NodeJS SDK
https://github.com/gitagogaming/tp-pluginautoupdater-electron

Last synced: 12 months ago
JSON representation

Created for TouchPortal Plugin Developers using the NodeJS SDK

Awesome Lists containing this project

README

          

Plugin Auto Updater

-------

Created for use with TouchPortal NodeSDK and Plugin Developing - https://github.com/spdermn02/touchportal-node-api

### Creates a Browser Window:
Initializes an Electron BrowserWindow with specific configurations such as size, frame style, and background color.
Loads an HTML file to display the UI.

### Starts a File Download:
Automatically starts downloading a file from a given URL when the window finishes loading.
Displays the download progress in the window.

### Inter-Process Communication (IPC):
Uses IPC to communicate between the main process and the renderer process.
Sends updates about the download progress and completion status to the renderer process.

## Example
![download_example_gitago](https://github.com/user-attachments/assets/0ad23ad8-175d-4e1f-b2e6-3bb1bd37fcb7)