fix(windows): make collector fallback rust-primary

This commit is contained in:
igor04091968
2026-06-11 06:18:47 +03:00
parent 4d21b7a32e
commit 1c710dfe94
10 changed files with 699 additions and 34 deletions
-6
View File
@@ -48,7 +48,6 @@ wineserver -w >/dev/null 2>&1
required_files=(
windows/AWatchRusCollectorGuardService.cs
windows/aw-collector-guard.ps1
windows/install-collector-guard-service.ps1
windows/aw-windows-telemetry.exe
windows/dlp-policy.native-cross-os.example.json
@@ -70,9 +69,4 @@ for rel in "${required_files[@]}"; do
fi
done
if ! grep -q 'collector guard self-test OK' "${INSTALL_DIR_UNIX}/windows/aw-collector-guard.ps1"; then
echo "Guard self-test marker missing in extracted installer payload" >&2
exit 1
fi
echo "verify_innosetup_installer: OK"