windows build: (trivial) convert whitespaces in unsign.sh
This commit is contained in:
@@ -28,9 +28,9 @@ for mine in $(ls dist/*.exe); do
|
||||
osslsigncode remove-signature -in signed/$f -out $out > /dev/null 2>&1
|
||||
chmod +x $out
|
||||
if cmp -s $out $mine; then
|
||||
echo "Success: $f"
|
||||
gpg --sign --armor --detach signed/$f
|
||||
echo "Success: $f"
|
||||
gpg --sign --armor --detach signed/$f
|
||||
else
|
||||
echo "Failure: $f"
|
||||
echo "Failure: $f"
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user