Skip to content

Commit dfbe0f0

Browse files
committed
Fix unix2dos in release.sh
1 parent 4029c8f commit dfbe0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ python -m twine upload LiSE/dist/*
1919
python -m twine upload ELiDE/dist/*
2020
WINEPREFIX=~/.wine32 WINEARCH=win32 wine ~/lise_windows/python/python.exe -m pip install --upgrade LiSE ELiDE
2121
pyclean ~/lise_windows
22-
unix2dos CHANGES.txt >~/lise_windows/CHANGES.txt
22+
unix2dos -n CHANGES.txt ~/lise_windows/CHANGES.txt
2323
cp -rf docs ~/lise_windows/
2424
python3.12 butler.py

0 commit comments

Comments
 (0)