diff --git a/app/assets/js/scripts/landing.js b/app/assets/js/scripts/landing.js
index a31db291..966afc02 100644
--- a/app/assets/js/scripts/landing.js
+++ b/app/assets/js/scripts/landing.js
@@ -338,7 +338,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'
)
@@ -691,7 +691,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/package.json b/package.json
index e7565241..261f95c6 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"productName": "Vicarious Network Launcher",
"description": "Modded Minecraft Launcher",
- "author": "Daniel Scalzi (https://github.com/dscalzi/)",
+ "author": "Daniel Scalzi (https://github.com/VicaiousNetwork/)",
"license": "UNLICENSED",
"homepage": "https://github.com/VicariousNetwork/HeliosLauncher",
"bugs": {
@@ -45,6 +45,6 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/dscalzi/HeliosLauncher.git"
+ "url": "git+https://github.com/VicariousNetwork/HeliosLauncher.git"
}
}