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
- Host: GitHub
- URL: https://github.com/gitagogaming/tp-pluginautoupdater-electron
- Owner: gitagogaming
- Created: 2024-08-19T03:29:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:43:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T12:53:29.076Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
