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
# Try to find the location of the _retail_ wow folder
set dirs "C:/Program Files (x86)/World of Warcraft/_retail_" "$HOME/Games/battlenet/drive_c/Program Files (x86)/World of Warcraft/_retail_" "/Applications/World of Warcraft/_retail_"
for d in $dirs
if test -d "$d"
set addonFolder "$d/Interface/AddOns/DjuxBar"
break
end
end
if test -z "$addonFolder"
set_color red
echo "Unable to determine World of Warcraft retail folder. Checked the following locations:"
echo
set_color yellow
for d in $dirs
echo "\"$d\""
end
exit 1
end
# Move the addon files to the retail addons folder