This commit is contained in:
josc146
2023-08-16 12:50:22 +08:00
parent 61cea2a784
commit ce986cfc6d
2 changed files with 5 additions and 5 deletions

View File

@@ -240,7 +240,7 @@ export function downloadProgramFiles() {
manifest.programFiles.forEach(({ url, path }) => {
if (path)
ReadFileInfo(path).then(info => {
if (info.size == 0 && url)
if (info.size === 0 && url)
AddToDownloadList(path, url.replace('@master', '@v' + manifest.version));
}).catch(() => {
if (url)