1
1
Fork 0
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:
Pete Batard 2014-11-28 00:00:59 +00:00
parent 79ea0b2b94
commit 4c8b022042
15 changed files with 68 additions and 20 deletions

View file

@ -1,5 +1,5 @@
#!/bin/sh
rm -f rufus*.exe
./configure --disable-debug
./configure --disable-debug "$@"
make clean
make release