diff --git a/README.md b/README.md index 1f4df598..fe37cb09 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
(formerly Electron Launcher)
-[

travis](https://travis-ci.org/dscalzi/HeliosLauncher) [downloads](https://github.com/dscalzi/HeliosLauncher/releases) stark

+[

travis](https://travis-ci.org/vicariousnetwork/VNLauncher) [downloads](https://github.com/vicariousnetwork/VNLauncher/releases) stark

Join modded servers without worrying about installing Java, Forge, or other mods. We'll handle that for you.

@@ -38,18 +38,18 @@ This is not an exhaustive list. Download and install the launcher to gauge all i ## Downloads -You can download from [GitHub Releases](https://github.com/dscalzi/HeliosLauncher/releases) +You can download from [GitHub Releases](https://github.com/vicariousnetwork/VNLauncher/releases) #### Latest Release -[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher.svg?style=flat-square)](https://github.com/dscalzi/HeliosLauncher/releases/latest) +[![](https://img.shields.io/github/release/vicariousnetwork/VNLauncher.svg?style=flat-square)](https://github.com/vicariousnetwork/VNLauncher/releases/latest) #### Latest Pre-Release -[![](https://img.shields.io/github/release/dscalzi/HeliosLauncher/all.svg?style=flat-square)](https://github.com/dscalzi/HeliosLauncher/releases) +[![](https://img.shields.io/github/release/vicariousnetwork/VNLauncher/all.svg?style=flat-square)](https://github.com/vicariousnetwork/VNLauncher/releases) **Supported Platforms** -If you download from the [Releases](https://github.com/dscalzi/HeliosLauncher/releases) tab, select the installer for your system. +If you download from the [Releases](https://github.com/vicariousnetwork/VNLauncher/releases) tab, select the installer for your system. | Platform | File | | -------- | ---- | @@ -90,8 +90,8 @@ This section details the setup of a basic developmentment environment. **Clone and Install Dependencies** ```console -> git clone https://github.com/dscalzi/HeliosLauncher.git -> cd HeliosLauncher +> git clone https://github.com/VicariousNetwork/VNLauncher.git +> cd VNLauncher > npm install ``` @@ -209,7 +209,7 @@ The best way to contact the developers is on Discord. [mainprocess]: https://electronjs.org/docs/tutorial/application-architecture#main-and-renderer-processes 'Main Process' [rendererprocess]: https://electronjs.org/docs/tutorial/application-architecture#main-and-renderer-processes 'Renderer Process' [chromedebugger]: https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-chrome 'Debugger for Chrome' -[discord]: https://discord.gg/zNWUXdt 'Discord' -[wiki]: https://github.com/dscalzi/HeliosLauncher/wiki 'wiki' +[discord]: https://vcnet.work/discord 'Discord' +[wiki]: https://github.com/dscalzi/VNLauncher/wiki 'wiki' [nebula]: https://github.com/dscalzi/Nebula 'dscalzi/Nebula' -[v2branch]: https://github.com/dscalzi/HeliosLauncher/tree/ts-refactor 'v2 branch' +[v2branch]: https://github.com/dscalzi/VNLauncher/tree/ts-refactor 'v2 branch' diff --git a/app/assets/js/assetguard.js b/app/assets/js/assetguard.js index d43c4619..7a985969 100644 --- a/app/assets/js/assetguard.js +++ b/app/assets/js/assetguard.js @@ -269,7 +269,7 @@ class JavaGuard extends EventEmitter { * Fetch the last open JDK binary. * * HOTFIX: Uses Corretto 8 for macOS. - * See: https://github.com/VicariousNetwork/HeliosLauncher/issues/70 + * See: https://github.com/VicariousNetwork/VNLauncher/issues/70 * See: https://github.com/AdoptOpenJDK/openjdk-support/issues/101 * * @param {string} major The major version of Java to fetch. diff --git a/app/assets/js/processbuilder.js b/app/assets/js/processbuilder.js index a0f0a730..3eb5db25 100644 --- a/app/assets/js/processbuilder.js +++ b/app/assets/js/processbuilder.js @@ -343,7 +343,7 @@ class ProcessBuilder { // Java Arguments if(process.platform === 'darwin'){ - args.push('-Xdock:name=HeliosLauncher') + args.push('-Xdock:name=VNLauncher') args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns')) } args.push('-Xmx' + ConfigManager.getMaxRAM()) @@ -381,7 +381,7 @@ class ProcessBuilder { // Java Arguments if(process.platform === 'darwin'){ - args.push('-Xdock:name=HeliosLauncher') + args.push('-Xdock:name=VNLauncher') args.push('-Xdock:icon=' + path.join(__dirname, '..', 'images', 'minecraft.icns')) } args.push('-Xmx' + ConfigManager.getMaxRAM()) diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js index b0cc2c3e..526d57aa 100644 --- a/app/assets/js/scripts/landing.js +++ b/app/assets/js/scripts/landing.js @@ -447,7 +447,7 @@ function asyncSystemScan(mcVersion, launchAfter = true){ //$('#overlayDismiss').toggle(false) setOverlayContent( 'Java is Required
to Launch', - 'A valid x64 installation of Java 8 is required to launch.

Please refer to our Java Management Guide for instructions on how to manually install Java.', + 'A valid x64 installation of Java 8 is required to launch.

Please refer to our Java Management Guide for instructions on how to manually install Java.', 'I Understand', 'Go Back' ) @@ -493,7 +493,7 @@ function asyncSystemScan(mcVersion, launchAfter = true){ // User will have to follow the guide to install Java. setOverlayContent( 'Unexpected Issue:
Java Download Failed', - 'Unfortunately we\'ve encountered an issue while attempting to install Java. You will need to manually install a copy. Please check out our Troubleshooting Guide for more details and instructions.', + 'Unfortunately we\'ve encountered an issue while attempting to install Java. You will need to manually install a copy. Please check out our Troubleshooting Guide for more details and instructions.', 'I Understand' ) setOverlayHandler(() => { @@ -827,7 +827,7 @@ function dlAsync(login = true){ data = data.trim() if(data.indexOf('Could not find or load main class net.minecraft.launchwrapper.Launch') > -1){ loggerLaunchSuite.error('Game launch failed, LaunchWrapper was not downloaded properly.') - showLaunchFailure('Error During Launch', 'The main file, LaunchWrapper, failed to download properly. As a result, the game cannot launch.

To fix this issue, temporarily turn off your antivirus software and launch the game again.

If you have time, please submit an issue and let us know what antivirus software you use. We\'ll contact them and try to straighten things out.') + showLaunchFailure('Error During Launch', 'The main file, LaunchWrapper, failed to download properly. As a result, the game cannot launch.

To fix this issue, temporarily turn off your antivirus software and launch the game again.

If you have time, please submit an issue and let us know what antivirus software you use. We\'ll contact them and try to straighten things out.') } } diff --git a/app/assets/js/scripts/settings.js b/app/assets/js/scripts/settings.js index e4df214c..916ab220 100644 --- a/app/assets/js/scripts/settings.js +++ b/app/assets/js/scripts/settings.js @@ -1367,7 +1367,7 @@ function populateAboutVersionInformation() { */ function populateReleaseNotes() { $.ajax({ - url: 'https://github.com/ModRealms-Network/HeliosLauncher/releases.atom', + url: 'https://github.com/VicariousNetwork/VNLauncher/releases.atom', success: (data) => { const version = 'v' + remote.app.getVersion() const entries = $(data).find('entry') diff --git a/app/assets/js/scripts/uibinder.js b/app/assets/js/scripts/uibinder.js index fe5cb042..2928af66 100644 --- a/app/assets/js/scripts/uibinder.js +++ b/app/assets/js/scripts/uibinder.js @@ -133,7 +133,7 @@ function showFatalStartupError(){ 'Join our Discord' ) setOverlayHandler(() => { - shell.openExternal('https://github.com/VicariousNetwork/HeliosLauncher/releases/latest') + shell.openExternal('https://github.com/VicariousNetwork/VNLauncher/releases/latest') }) setDismissHandler(() => { shell.openExternal('https://vcnet.work/discord') diff --git a/app/assets/js/scripts/uicore.js b/app/assets/js/scripts/uicore.js index 5b72be33..706106fd 100644 --- a/app/assets/js/scripts/uicore.js +++ b/app/assets/js/scripts/uicore.js @@ -49,7 +49,7 @@ if(!isDev){ loggerAutoUpdaterSuccess.log('New update available', info.version) if(process.platform === 'darwin'){ - info.darwindownload = `https://github.com/VicariousNetwork/HeliosLauncher/releases/download/v${info.version}/helioslauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg` + info.darwindownload = `https://github.com/VicariousNetwork/VNLauncher/releases/download/v${info.version}/VNLauncher-setup-${info.version}${process.arch === 'arm64' ? '-arm64' : ''}.dmg` showUpdateUI(info) } diff --git a/app/settings.ejs b/app/settings.ejs index 73a9b394..4ab33efa 100644 --- a/app/settings.ejs +++ b/app/settings.ejs @@ -327,10 +327,10 @@
- Source (GitHub) + Source (GitHub) - - Support + + Support DevTools Console
diff --git a/dev-app-update.yml b/dev-app-update.yml index ba781a20..a85a8682 100644 --- a/dev-app-update.yml +++ b/dev-app-update.yml @@ -1,3 +1,3 @@ owner: VicariousNetwork -repo: HeliosLauncher +repo: VNLauncher provider: github diff --git a/package.json b/package.json index cacf339b..cac39fc8 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "productName": "Vicarious Network Launcher", "description": "Modded Minecraft Launcher", "author": "SirOMGitsYOU / Peter (https://github.com/VicaiousNetwork/)", - "license": "UNLICENSED", - "homepage": "https://github.com/VicariousNetwork/HeliosLauncher", + "license": "MIT", + "homepage": "https://github.com/VicariousNetwork/VNLauncher", "bugs": { - "url": "https://github.com/VicariousNetwork/HeliosLauncher/issues" + "url": "https://github.com/VicariousNetwork/VNLauncher/issues" }, "private": true, "main": "index.js", @@ -45,6 +45,6 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/VicariousNetwork/HeliosLauncher.git" + "url": "git+https://github.com/VicariousNetwork/VNLauncher.git" } }