3845830a86
- New windows/ directory with build scripts, specs, and configuration - Windows-specific requirements (requirements_win.txt) - Launch and runtime scripts for Windows (run_win.py, launch_player.bat) - PyInstaller build configuration (build.spec) - Updated .gitignore to exclude windows/venv312/ - Updated config and source files for Windows compatibility - Moved working_files to proper directory
12 lines
275 B
JSON
12 lines
275 B
JSON
{
|
|
"server_ip": "192.168.0.107",
|
|
"port": "8080",
|
|
"screen_name": "WINDOWS-PC",
|
|
"quickconnect_key": "8887779",
|
|
"orientation": "Landscape",
|
|
"touch": "True",
|
|
"max_resolution": "1920x1080",
|
|
"edit_feature_enabled": true,
|
|
"use_https": false,
|
|
"verify_ssl": false
|
|
} |