We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf43f3f commit c966ff1Copy full SHA for c966ff1
contrib/gitian-descriptors/gitian-win-signer.yml
@@ -36,6 +36,6 @@ script: |
36
make
37
find ${UNSIGNED_DIR} -name "*-unsigned.exe" | while read i; do
38
INFILE="$(basename "${i}")"
39
- OUTFILE="${INFILE/%-unsigned}"
+ OUTFILE="${INFILE/-unsigned}"
40
./osslsigncode attach-signature -in "${i}" -out "${OUTDIR}/${OUTFILE}" -sigin "${SIGDIR}/${INFILE}.pem"
41
done
0 commit comments