release.sh: output text files with crlf endings

Change-Id: I4424d8a659c7c4c68a259598f7b5b550b41b1ea6
pull/143/head
David Banks 2020-02-08 15:05:59 +00:00
rodzic dda49352e3
commit b334c3229d
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -49,6 +49,9 @@ cp -a cpld_firmware ${DIR}
cp -a Profiles ${DIR}
cp -a Resolutions ${DIR}
# Convert to windows line endings
find ${DIR} -name '*.txt' -print0 | xargs -0 unix2dos
cd releases/${NAME}
zip -qr ../${NAME}.zip .
cd ../..