From 475e505c72a06a409fd1d5a314530af00969586c Mon Sep 17 00:00:00 2001 From: Ameer Dawood Date: Tue, 28 Nov 2017 20:38:13 +0500 Subject: [PATCH] Correct paths in shortcuts (#191) --- shortcuts/check_audio.desktop | 2 +- shortcuts/check_cloud.desktop | 2 +- shortcuts/check_wifi.desktop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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