From 3009d059b3dde79301a45397f94f1c100ba022fa Mon Sep 17 00:00:00 2001 From: Caten Date: Fri, 12 Sep 2025 21:46:28 +0800 Subject: [PATCH] Fix IE name --- lib/workflow.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workflow.dart b/lib/workflow.dart index 78528cb..89433bb 100644 --- a/lib/workflow.dart +++ b/lib/workflow.dart @@ -453,7 +453,7 @@ WINEDLLOVERRIDES="d3d8=b,d3d9=b,d3d10core=b,d3d11=b,dxgi=b" wine reg add 'HKEY_C {"name":"Control Panel", "command":"wine control"}, {"name":"File Manager", "command":"winefile"}, {"name":"Task Manager", "command":"wine taskmgr"}, - {"name":"IE Explorer", "command":"wine iexplore"}, + {"name":"Internet Explorer", "command":"wine iexplore"}, {"name":"Kill Wine Process", "command":"wineserver -k"} ];