scripts: portable Wine + uv + PDM helpers for Windows checks

Isolated project-view setup without touching the host venv; typings linked for basedpyright.
This commit is contained in:
2026-07-15 20:01:54 +08:00
parent c466d09173
commit e1547a242c
3 changed files with 484 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Thin wrapper — all path logic lives in wine_pdm.py / wine_env.py.
set -euo pipefail
root="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec python3 "$root/scripts/wine_pdm.py" "$@"