mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-10-29 09:36:56 +00:00
chore: fix build on linux
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user