mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 07:04:01 +08:00
@@ -61,7 +61,7 @@ abstract final class AssetUtils {
|
||||
}
|
||||
|
||||
try {
|
||||
final data = await rootBundle.load(file);
|
||||
final data = await rootBundle.load('$src/$file');
|
||||
await targetFile.writeAsBytes(data.buffer.asUint8List());
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user