a2-4am / 4sports

Total Replay II: Instant Replay
MIT License
28 stars 2 forks source link

4sports build number not automatically updated by "make" with the sources updated by "git pull" #49

Open wyatt-wong opened 1 month ago

wyatt-wong commented 1 month ago

I downloaded the 4sports source to macOS using the following command:

git clone https://github.com/a2-4am/4sports

I regularly updated the source with the git pull command.

Whenever there are new updates to the 4sports GitHub source, I rebuild a new 4sports binary with the make command but I found the newly built 4sports binary is keeping the previous build number (e.g. build 0284 instead of build 0294)

But when I perform the same task in Total Replay, the build number will be automatically updated to the 4cade binary, why is that happening ONLY to the 4sports GitHub source ?