Skip to content

Commit f9bf576

Browse files
committed
moz
1 parent d663fa5 commit f9bf576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/flutter/lib/util/browser_extension_host/entry/browser_extension_host_native.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ List<String> _getUnixExecutablePaths(Browser browser) {
234234

235235
String? _getManifestPath(Browser browser) {
236236
final manifestName =
237-
browser == Browser.firefox ? '$_hostName.mz.json' : '$_hostName.json';
237+
browser == Browser.firefox ? '$_hostName.moz.json' : '$_hostName.json';
238238
if (Platform.isWindows) {
239239
return _joinExePath(manifestName);
240240
}

0 commit comments

Comments
 (0)