mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-27 21:24:17 -04:00
[freedos] Embed FreeDOS always in a single version of rufus.c
* also bump version to rufus-next * also change build prefix from '#' to 'b' in tags
This commit is contained in:
parent
b397889ab6
commit
51fb4e339f
19 changed files with 30 additions and 140 deletions
|
@ -12,5 +12,5 @@
|
|||
type -P git &>/dev/null || { echo "git command not found. Aborting." >&2; exit 1; }
|
||||
|
||||
TAGVER=`cat ./.tag`
|
||||
git tag "#$TAGVER"
|
||||
git tag "b$TAGVER"
|
||||
rm ./.tag
|
Loading…
Add table
Add a link
Reference in a new issue