You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ Join the [Discord Server](https://discord.gg/cHGz362sdC) for the active communit
20
20
21
21
- Run `nvm use` to switch to the node version specified in .nvmrc
22
22
- 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
24
23
- Run `npm run dist` to build the project
25
24
- You can specify a custom URL with `npm run dist -- --url https://your-custom-url.com`
26
25
- 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
34
33
### Configure GitHub Actions
35
34
36
35
- 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