Document reanalyzing feature, and include rayhunter-check in release

This commit is contained in:
Markus Unterwaditzer
2025-08-22 17:59:45 +02:00
committed by Markus Unterwaditzer
parent 6ceced2d31
commit 806bd62a0e
3 changed files with 28 additions and 1 deletions

View File

@@ -344,7 +344,7 @@ jobs:
else
mv installer-$platform/installer "$dest"/installer
fi
cp -r rayhunter-daemon rootshell/rootshell dist/* installer/install.ps1 "$dest"/
cp -r rayhunter-check-* rayhunter-daemon rootshell/rootshell dist/* installer/install.ps1 "$dest"/
zip -r "$dest.zip" "$dest"
sha256sum "$dest.zip" > "$dest.zip.sha256"