v0.0.1-alpha.16 - Fixed download errors.

Fixed error 'self signed certificate in certificate chain'.
Disabled reject unauthorized in assetexec process.
Fixed error messages from assetexec to renderer.
Updated elctron-builder to v20.25.0.
This commit is contained in:
Daniel Scalzi
2018-07-26 04:30:47 +02:00
parent 5bceaa92d0
commit 6e71cd6b46
4 changed files with 34 additions and 27 deletions

View File

@@ -569,6 +569,11 @@ function dlAsync(login = true){
}
} else if(m.context === 'validateEverything'){
// If these properties are not defined it's likely an error.
if(m.result.forgeData == null || m.result.versionData == null){
console.error(m.result)
}
forgeData = m.result.forgeData
versionData = m.result.versionData