2
0

Browser work

This commit is contained in:
2026-01-17 07:52:05 +00:00
parent 71f6aa1179
commit e9d4b84790
24 changed files with 159 additions and 50 deletions

8
WebViewDemo/run.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
# Set .NET environment for desktop launcher compatibility
export DOTNET_ROOT="$HOME/.dotnet"
export PATH="$DOTNET_ROOT:$PATH"
cd "$(dirname "$0")/bin/Debug/net9.0"
exec ./WebViewDemo "$@"