Skip to content

Commit 879f915

Browse files
Update readme.md
1 parent cb821df commit 879f915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active communit
2020

2121
- Run `nvm use` to switch to the node version specified in .nvmrc
2222
- Run `npm i` to install all necessary packages
23-
- Run `node addurl.js` and type in the website URL, the launcher is supposed to open. This is a one-time operation that should only be performed if you are not using GitHub Actions. See [Configure GitHub Actions](#configure-github-actions) if using GitHub Actions
2423
- Run `npm run dist` to build the project
2524
- You can specify a custom URL with `npm run dist -- --url https://your-custom-url.com`
2625
- The built files will be available in the dist folder.
@@ -34,3 +33,4 @@ Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active communit
3433
### Configure GitHub Actions
3534

3635
- Add an actions secret called SITE_URL containing the URL of the website, which is supposed to be opened by the launcher
36+
- 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

0 commit comments

Comments
 (0)