mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Update build.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
b6e190d28a
commit
627074207e
2
build.js
2
build.js
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user