fixed updating for Mac.
This commit is contained in:
parent
197b3edae0
commit
7b65707410
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user