chore: fix build on linux

This commit is contained in:
Jan Laupetin
2025-10-07 20:58:03 +01:00
parent 026d5e3dfa
commit cb4b69c63b
3 changed files with 26 additions and 12 deletions
+2
View File
@@ -53,7 +53,9 @@ int main()
},
nullptr);
#if defined(WEBVIEW_PLATFORM_WINDOWS) && defined(WEBVIEW_EDGE)
edge::InstallCustomProtocolHandler(w);
#endif
w.navigate("http://modman/index.html");
w.run();