hbons / SparkleShare

Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows.
https://sparkleshare.org
Other
4.87k stars 579 forks source link

Updated macOS version names #1981

Closed uenz closed 2 years ago

uenz commented 2 years ago

On recent versions of macOS SparkleShare shows unreleased version in the log file. Environment | macOS 11.6 (Unreleased Version) Here is an update for the version naming. Apple slightly changed the scheme,
now the first number block is relevant for the name.

There are also two small fixes for the scripts. When first time starting checkGit.sh it fails, because there is no git.tar.gz to delete and then no link will be generated because the script stops. When starting rm with -f it does not fail in this case and the link will be created. In postBuild.sh and in checkGit.sh was missing a $(projectFolder) variable, but this is only relevant if starting the script with other path focus than the project starts it.

hbons commented 2 years ago

Thanks!