fixed updating for Mac.

This commit is contained in:
Storm Dragon 2020-12-17 09:11:49 -05:00
parent 197b3edae0
commit 7b65707410

View File

@ -55,7 +55,7 @@ update() {
# make sure the site can be reached # make sure the site can be reached
ping -c1 stormgames.wolfe.casa &> /dev/null || return ping -c1 stormgames.wolfe.casa &> /dev/null || return
if [[ "$(uname)" == "Darwin" ]]; then if [[ "$(uname)" == "Darwin" ]]; then
local downloadFile="audiogame-manager.mac.zip" local downloadFile="audiogame-manager.mac"
else else
local downloadFile="audiogame-manager" local downloadFile="audiogame-manager"
fi fi