We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63e0b1 commit 587001eCopy full SHA for 587001e
1 file changed
native/app/Source/Scripts/uninstall_driver.sh
@@ -9,6 +9,6 @@ fi
9
# Get current directory path
10
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
11
12
-./remove_driver.sh
13
-./restart_coreaudio.sh
14
-./check_driver_uninstalled.sh
+$DIR/remove_driver.sh
+$DIR/restart_coreaudio.sh
+$DIR/check_driver_uninstalled.sh
0 commit comments