This commit is contained in:
luiscuenca 2019-07-09 16:36:06 -07:00
parent 25c4ad76be
commit ea94e0f637
No known key found for this signature in database
GPG key ID: 2387ECD129A6961D

View file

@ -638,8 +638,6 @@ void LauncherManager::onCancel() {
if (_currentProcess == ProcessType::UnzipApplication) {
_latestVersion = _T("");
_version = _T("");
if (!createConfigJSON()) {
TRACE(_T("err"));
}
createConfigJSON();
}
}