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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user