mirror of
https://github.com/NCBM/plyngent.git
synced 2026-07-23 05:55:16 +08:00
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:
Executable
+5
@@ -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" "$@"
|
||||
Reference in New Issue
Block a user