Remove powershell script (#715)

* Remove powershell script

Currently install.ps1 and installer are both released in the root of the
zipfile. I think that's a bit confusing. We also don't really support
the ps1 script since a while.

* Remove rootshell and config.toml.in from release folder
This commit is contained in:
Markus Unterwaditzer
2025-12-03 12:08:51 +01:00
committed by GitHub
parent 7906bf7d67
commit ffe58ab72b
2 changed files with 1 additions and 143 deletions

View File

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