chore: rename CLI version to NOGUI in the version tag
As CLI is already #defined, we couldn't stringify it properly and we ended up with 1 in the version tag
This commit is contained in:
@@ -3,7 +3,7 @@ build=$(grep BUILDNUM $1 2>/dev/null | cut -d\ -f3)
|
||||
build=$((build+1))
|
||||
cat >$1 <<EOF
|
||||
#ifdef CLI
|
||||
#define FLAVOR CLI
|
||||
#define FLAVOR NOGUI
|
||||
#else
|
||||
#define FLAVOR GUI
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user