mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] fix broken DOS, fix invalid labels and UI improvements
* DOS creation was broken due to missing unlock + close * added label validation to prevent errors * added ellipsis to status bar * also bumped version to rufus next and fixed f/non-f
This commit is contained in:
parent
e17de3312f
commit
f4ed6e4650
9 changed files with 95 additions and 35 deletions
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
rm -f rufus*.exe
|
||||
./configure --without-freedos --without-syslinux
|
||||
./configure --without-freedos
|
||||
make clean
|
||||
make release -j2
|
||||
./configure --with-freedos --without-syslinux
|
||||
./configure --with-freedos
|
||||
# The only difference between FreeDOS and non FreeDOS is with the RC
|
||||
# => instead of invoking 'make clean, just remove the RC object
|
||||
rm src/rufus_rc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue