dont include lokinet-bootstrap.ps1 in ci builds

pull/1566/head
Jeff Becker 3 years ago
parent 4540c964f5
commit b9d439558f
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -35,7 +35,7 @@ fi
mkdir -v "$base"
if [ -e daemon/lokinet.exe ]; then
cp -av lokinet-*.exe ../lokinet-bootstrap.ps1 "$base"
cp -av lokinet-*.exe "$base"
# zipit up yo
archive="$base.zip"
zip -r "$archive" "$base"

Loading…
Cancel
Save