mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Fix Windows development setup: correct line endings and Rust PATH (#2066)
This commit is contained in:
@@ -18,7 +18,7 @@ ROOT_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
VENDOR_CLI="$ROOT_DIR/app/src-tauri/vendor/tauri-cef/crates/tauri-cli"
|
||||
VENDOR_CARGO_TOML="$VENDOR_CLI/Cargo.toml"
|
||||
INSTALL_ROOT="${OPENHUMAN_CARGO_INSTALL_ROOT:-$ROOT_DIR/.cache/cargo-install}"
|
||||
export PATH="$INSTALL_ROOT/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$INSTALL_ROOT/bin:$PATH"
|
||||
|
||||
if [[ ! -f "$VENDOR_CARGO_TOML" ]]; then
|
||||
echo "[ensure-tauri-cli] vendored tauri-cli not found at $VENDOR_CLI" >&2
|
||||
|
||||
Reference in New Issue
Block a user