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
|
||||
ping -c1 stormgames.wolfe.casa &> /dev/null || return
|
||||
if [[ "$(uname)" == "Darwin" ]]; then
|
||||
local downloadFile="audiogame-manager.mac.zip"
|
||||
local downloadFile="audiogame-manager.mac"
|
||||
else
|
||||
local downloadFile="audiogame-manager"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user