mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 15:14:02 +08:00
@@ -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 (_) {}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user