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
osascript -e "display dialog\"Put the ${side} half of the keyboard into bootloader mode and connect it via USB\" buttons {\"OK\"} default button \"OK\"">/dev/null
17
+
osascript -e "display notification\"Put the ${side} half of the keyboard into bootloader mode and connect it via USB\"">/dev/null
18
18
echo"Waiting for ADV360PRO drive to appear..."
19
19
while [ !-d"/Volumes/ADV360PRO" ];do
20
20
sleep 1
@@ -73,4 +73,4 @@ if ! copy_with_confirmation "right" "Right"; then
73
73
fi
74
74
75
75
echo"Firmware flashing process completed!"
76
-
osascript -e 'display dialog "Firmware flashing process completed!\n\nBoth left and right firmware files have been copied." buttons {"OK"} default button "OK"'>/dev/null
76
+
osascript -e 'display notification "Firmware flashing process completed!\n\nBoth left and right firmware files have been copied."'>/dev/null
0 commit comments