Compare commits

...

4 Commits

Author SHA1 Message Date
Stefano
6d5f6f335d
Merge 2ad4faa762 into 03dac9ed6d 2024-10-25 18:15:46 +02:00
Daniel Scalzi
03dac9ed6d
Electron 33, dependency upgrade. 2024-10-22 00:24:50 -04:00
Stefano
2ad4faa762
Update README.md 2024-02-24 00:50:11 +01:00
Stefano
5576f58933
Update README.md 2024-02-24 00:49:15 +01:00
3 changed files with 1457 additions and 524 deletions

View File

@ -185,6 +185,18 @@ For instructions on setting up Microsoft Authentication, see https://github.com/
---
# Third Party Setup Services
Everything above might seem scary, some people may not know how to setup [Nebula][nebula] or how to get a project up and running with automatic updates. You can use a third party setup service.
> [!CAUTION]
> These services are not affiliated with us, and we cannot guarantee their quality. They may charge you a fee for creating a launcher for you, so please make sure you agree on the terms and conditions before hiring them. Also, be aware that using a third party service may expose you to risks such as unauthorized access, data loss, or malware. We are not responsible for any damages or losses that may result from using a third party service. Please do your own research and use these people at your own risk.
| Setup Provider | Monthly Maintanance | One-Time Creation | Nebula Cloud Hosting |
| :---: | :---: | :---: | :---: |
| [Codixer](https://discord.gg/AE6ZsDe48s) | ✅💵 | ✅💵 | ✅💵 |
---
## Resources
* [Wiki][wiki]

1955
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,25 +24,25 @@
},
"dependencies": {
"@electron/remote": "^2.1.2",
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.16",
"discord-rpc-patch": "^4.0.1",
"ejs": "^3.1.10",
"ejs-electron": "^3.0.0",
"electron-updater": "^6.1.8",
"electron-updater": "^6.3.9",
"fs-extra": "^11.1.1",
"github-syntax-dark": "^0.5.0",
"got": "^11.8.5",
"helios-core": "~2.2.1",
"helios-core": "~2.2.2",
"helios-distribution-types": "^1.3.0",
"jquery": "^3.7.1",
"lodash.merge": "^4.6.2",
"semver": "^7.6.0",
"semver": "^7.6.3",
"toml": "^3.0.0"
},
"devDependencies": {
"electron": "^30.0.1",
"electron-builder": "^24.13.3",
"eslint": "^8.57.0"
"electron": "^33.0.1",
"electron-builder": "^25.1.8",
"eslint": "^8.57.1"
},
"repository": {
"type": "git",