fix(control): dev-env.ps1 适配单仓库路径(safesight-edge→edge)
This commit is contained in:
parent
9e473871ce
commit
2468f37502
@ -11,7 +11,7 @@ $ErrorActionPreference = "Stop"
|
||||
|
||||
$scriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
$controlDir = (Resolve-Path (Join-Path $scriptDir "..")).Path
|
||||
$edgeDir = (Resolve-Path (Join-Path $controlDir "..\safesight-edge")).Path
|
||||
$edgeDir = (Resolve-Path (Join-Path $controlDir "..\edge")).Path
|
||||
|
||||
# ── paths ──────────────────────────────────────────────
|
||||
$mediamtx = "C:\Software\mediamtx\mediamtx.exe"
|
||||
@ -19,7 +19,7 @@ $mediamtxDir = "C:\Software\mediamtx"
|
||||
$ffmpeg = "ffmpeg"
|
||||
$minio = "C:\Users\Tellme\minio\minio.exe"
|
||||
$minioData = "C:\Users\Tellme\minio\myminio"
|
||||
$mockAlarm = Join-Path $scriptDir "../safesight-edge/scripts/mock_alarm_server.py"
|
||||
$mockAlarm = Join-Path $scriptDir "../edge/scripts/mock_alarm_server.py"
|
||||
$safesightdExe = Join-Path $controlDir "safesightd.exe"
|
||||
$safesightdConfig = Join-Path $controlDir $SafesightdConfig
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user