build: Follow up vodozemac web

This commit is contained in:
Christian Kußowski 2025-06-09 08:27:31 +02:00
commit 72f0b821a7
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
5 changed files with 6 additions and 3 deletions

View file

@ -21,7 +21,7 @@ void main() async {
// widget bindings are initialized already.
WidgetsFlutterBinding.ensureInitialized();
await vod.init();
await vod.init(wasmPath: './assets/assets/vodozemac/');
Logs().nativeColors = !PlatformInfos.isIOS;
final store = await SharedPreferences.getInstance();