Skip to content

Commit

Permalink
gui: switch usage analytics to using pi-apps.io domain
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Sep 3, 2024
1 parent f4d9115 commit a806160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ trap "kill $! &>/dev/null" EXIT #kill the above subprocess on exit
#Click pi-apps usage link every time the GUI is run only if the 'Enable Analytics' setting is enabled
if [ "$(cat "${DIRECTORY}/data/settings/Enable analytics")" == 'Yes' ];then
#click it
curl -s -X 'GET' "https://pi-apps-analytics.linkpc.net/pi-apps-active-usage/track" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store" >/dev/null &
curl -s -X 'GET' "https://analytics.pi-apps.io/pi-apps-active-usage/track" -H 'accept: image/gif' -A "Pi-Apps Raspberry Pi app store" >/dev/null &
fi
}

Expand Down

0 comments on commit a806160

Please sign in to comment.