Browse Source

windows build: (trivial) convert whitespaces in unsign.sh

patch-4
SomberNight 4 years ago
parent
commit
3811158169
No known key found for this signature in database GPG Key ID: B33B5F232C6271E9
  1. 6
      contrib/build-wine/unsign.sh

6
contrib/build-wine/unsign.sh

@ -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

Loading…
Cancel
Save