if[`git name-rev --tags --name-only $(git rev-parse HEAD)`=="undefined"];thenexportAPPLICATION_VERSION=`lua5.2 -e 'for line in io.lines("config.h") do local m = string.match(line, "#define GTA5SYNC_APPVER \"(.+)\"$"); if m then print(m); os.exit(0) end end'`;elseexportAPPLICATION_VERSION=`git name-rev --tags --name-only $(git rev-parse HEAD)`;fi