Skip to content

Commit

Permalink
Fix unix2dos in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Oct 31, 2024
1 parent 4029c8f commit dfbe0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ python -m twine upload LiSE/dist/*
python -m twine upload ELiDE/dist/*
WINEPREFIX=~/.wine32 WINEARCH=win32 wine ~/lise_windows/python/python.exe -m pip install --upgrade LiSE ELiDE
pyclean ~/lise_windows
unix2dos CHANGES.txt >~/lise_windows/CHANGES.txt
unix2dos -n CHANGES.txt ~/lise_windows/CHANGES.txt
cp -rf docs ~/lise_windows/
python3.12 butler.py

0 comments on commit dfbe0f0

Please sign in to comment.