You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
wyatt-wong
changed the title
4sports build number not updated using "git pull"
4sports build number not automatically updated by "make" on the updated sources retrieved by "git pull"
Sep 14, 2024
wyatt-wong
changed the title
4sports build number not automatically updated by "make" on the updated sources retrieved by "git pull"
4sports build number not automatically updated by "make" with the sources updated by "git pull"
Sep 14, 2024
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 ?
The text was updated successfully, but these errors were encountered: