Note: might not work for Early Access builds
right now it appears that the output of like:
git describe --long --always --dirty
is something like: mainline-636-9139-g0ec190c16-dirty
and the title for yuzu-cmd: HEAD-mainline-636-9139-g0ec190c16-dirty
the goal here is to change this title to:
mainline-<build id>-<shorthash>
so as an example trying for: mainline-1107-0ec190c16
dirty flag on github actions builds are due to discord-rpc
and its desire to run clang-format on itself as part of
compiling. that library is retired and deprecated, so no updates.