Sploder-Launcher
Sploder-Launcher copied to clipboard
A project that aims to revive sploder.
Sploder Launcher
A repository that aims to provide a standalone application to be able to access the Sploder-Revival project without needing to install Flash or downgraded applications system wide.
Join the Discord Server for the active community and development.
Using without releases
- Download the latest release
- Run the installer
How to build
Dependencies
Steps to Build
- Run
nvm useto switch to the node version specified in .nvmrc - Run
npm ito install all necessary packages - Run
npm run distto build the project- You can specify a custom URL with
npm run dist -- --url https://your-custom-url.com
- You can specify a custom URL with
- The built files will be available in the dist folder.
Steps to Debug
- Run
nvm useto switch to the node version specified in .nvmrc - Run
npm ito install all necessary packages - Run
npm run devto start the electron development server
Configure GitHub Actions
- Add an actions secret called SITE_URL containing the URL of the website, which is supposed to be opened by the launcher
- Add an actions secret called UPLOAD_API_KEY containing the API key used in the website that you're pointing. New releases will be automatically uploaded to this server, if the text
[release]is put in the commit message