mirror of
https://github.com/mjsarfatti/beddu.git
synced 2025-06-26 17:08:01 +02:00
Fix flashing cursor
This commit is contained in:
parent
4334716ff3
commit
5eed38d418
3 changed files with 16 additions and 17 deletions
2
Makefile
2
Makefile
|
@ -39,7 +39,7 @@ release:
|
|||
sed -i '' "s/# Version: .*/# Version: $$VERSION/" $(OUTPUT); \
|
||||
git add $(OUTPUT); \
|
||||
git commit -m "Release $$VERSION"; \
|
||||
git tag -a "$$VERSION" -m "Release $$VERSION"
|
||||
git tag -a "$$VERSION" -m "Release $$VERSION"; \
|
||||
@echo "\nRelease complete: \033[32m$$VERSION\033[0m"
|
||||
|
||||
%:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue