Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-16 08:27:04 +08:00
parent e142cb6800
commit cd82668435

View File

@@ -61,7 +61,7 @@ abstract final class AssetUtils {
} }
try { try {
final data = await rootBundle.load(file); final data = await rootBundle.load('$src/$file');
await targetFile.writeAsBytes(data.buffer.asUint8List()); await targetFile.writeAsBytes(data.buffer.asUint8List());
} catch (_) {} } catch (_) {}
} }