1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00
rufus/_release.sh
Pete Batard d1f41309a9 [misc] increment version to rufus-next
* also fixed ms-config.h
2012-02-07 02:08:47 +00:00

10 lines
318 B
Bash

#!/bin/sh
rm -f rufus*.exe
./configure --without-freedos --without-syslinux
make clean
make release -j2
./configure --with-freedos --without-syslinux
# 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
make release -j2