mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
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:
committed by
GitHub
parent
7906bf7d67
commit
ffe58ab72b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user