File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
- version_number=" 4.2.9 "
3
+ version_number=" 4.3.0 "
4
4
5
5
# UI
6
6
@@ -10,7 +10,7 @@ external_menu() {
10
10
11
11
launcher () {
12
12
[ " $use_external_menu " = " 0" ] && [ -z " $1 " ] && set -- " +m" " $2 "
13
- [ " $use_external_menu " = " 0" ] && fzf " $1 " --reverse --prompt " $2 "
13
+ [ " $use_external_menu " = " 0" ] && fzf " $1 " --reverse --cycle -- prompt " $2 "
14
14
[ " $use_external_menu " = " 1" ] && external_menu " $1 " " $2 "
15
15
}
16
16
@@ -323,7 +323,10 @@ while [ $# -gt 0 ]; do
323
323
-s | --syncplay)
324
324
case " $( uname -s) " in
325
325
Darwin* ) player_function=" /Applications/Syncplay.app/Contents/MacOS/syncplay" ;;
326
- MINGW* | * Msys) player_function=" /c/Program Files (x86)/Syncplay/Syncplay.exe" ;;
326
+ MINGW* | * Msys)
327
+ export PATH=" $PATH " :" /c/Program Files (x86)/Syncplay/"
328
+ player_function=" syncplay.exe"
329
+ ;;
327
330
* ) player_function=" syncplay" ;;
328
331
esac
329
332
;;
You can’t perform that action at this time.
0 commit comments