Update build.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Michael Green 2026-01-18 00:21:40 +11:00 committed by GitHub
parent b6e190d28a
commit 627074207e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ if (!build_type) {
$progress: true
}).on('progress', (progress) => {
progressData['zip'] = progress.percent;
}).on('end', () => {
}).on('end', () => {
progressData['zip'] = 100;
});
} else if (build_type !== "emulatorjs" && build_type !== "cores" && build_type !== "get-cores") {