diff --git a/shortcuts/check_audio.desktop b/shortcuts/check_audio.desktop index d0c0772e..4f54c918 100644 --- a/shortcuts/check_audio.desktop +++ b/shortcuts/check_audio.desktop @@ -3,5 +3,5 @@ Encoding=UTF-8 Type=Application Name=Check audio Comment=Check that the voiceHAT audio input and output are both working. -Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_audio.py +Exec=/home/pi/voice-recognizer-raspi/checkpoints/check_audio.py Terminal=true diff --git a/shortcuts/check_cloud.desktop b/shortcuts/check_cloud.desktop index c5cc4264..0d8566e6 100644 --- a/shortcuts/check_cloud.desktop +++ b/shortcuts/check_cloud.desktop @@ -3,5 +3,5 @@ Encoding=UTF-8 Type=Application Name=Check Cloud Comment=Check that the Cloud Speech API can be used. -Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_cloud.py +Exec=/home/pi/voice-recognizer-raspi/checkpoints/check_cloud.py Terminal=true diff --git a/shortcuts/check_wifi.desktop b/shortcuts/check_wifi.desktop index 12d01de4..1c62c99c 100644 --- a/shortcuts/check_wifi.desktop +++ b/shortcuts/check_wifi.desktop @@ -3,5 +3,5 @@ Encoding=UTF-8 Type=Application Name=Check WiFi Comment=Check that the WiFi is working. -Exec=/home/pi/AIY-voice-kit-python/checkpoints/check_wifi.py +Exec=/home/pi/voice-recognizer-raspi/checkpoints/check_wifi.py Terminal=true