mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
fix: bakPath & lib l10n
This commit is contained in:
@@ -64,7 +64,7 @@ void _runInZone(void Function() body) {
|
||||
Future<void> _initApp() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
await Paths.init(BuildData.name);
|
||||
await Paths.init(BuildData.name, bakName: 'srvbox');
|
||||
await _initData();
|
||||
_setupDebug();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user