@@ -120,7 +120,7 @@ function copyAll(src, dest) {
}
fse.emptyDir(tempDir)
-//.then(() => downloadFile(gameIconsUrl, tempFilePath))
+.then(() => downloadFile(gameIconsUrl, tempFilePath))
.then(() => unzipAll(tempFilePath, tempDir))
.then(() => copyAll(tempDir, imgDir))
.then(() => copyAll(customIconDir, imgDir))