feat(ruffle): add alternative ruffle flash target runner

This commit is contained in:
2026-05-15 21:55:38 +03:00
parent 715f6807d8
commit 8c8be1ff89
8 changed files with 114 additions and 12 deletions

View File

@@ -123,7 +123,7 @@ class Sdk {
if (this.prepared) {
return Promise.resolve();
} else {
this.log.d('download: *%s*', this.link);
this.log.i('download: *%s*', this.link);
return Downloader.download(this.link, this.path, strip);
}
}