mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[internal] enable ALPHA/BETA from configure
* Pass --enable-alpha or --enable-beta to configure/_release.sh
This commit is contained in:
parent
79ea0b2b94
commit
4c8b022042
15 changed files with 68 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -f rufus*.exe
|
||||
./configure --disable-debug
|
||||
./configure --disable-debug "$@"
|
||||
make clean
|
||||
make release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue