Browser work
This commit is contained in:
8
WebViewDemo/run.sh
Executable file
8
WebViewDemo/run.sh
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user