mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[ui] updated title for FreeDOS version
* also pre-release cycle version increment * also update make release script for new naming scheme
This commit is contained in:
parent
5722300063
commit
ae00aa3f59
6 changed files with 28 additions and 17 deletions
|
@ -10,3 +10,5 @@ release: all
|
|||
@upx $(TARGET)$(EXEEXT)
|
||||
@upx $(TARGET)_fd$(EXEEXT)
|
||||
@cmd.exe /k _sign.cmd $(TARGET)$(EXEEXT) $(TARGET)_fd$(EXEEXT)
|
||||
@mv $(TARGET)$(EXEEXT) $(TARGET)_v$(VERSION)$(EXEEXT)
|
||||
@mv $(TARGET)_fd$(EXEEXT) $(TARGET)_v$(VERSION)f$(EXEEXT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue