mirror of https://github.com/Syncplay/syncplay
Change syncplay.lua OSX install path to that provided by NoMoreNicksLeft
This commit is contained in:
parent
2c666808cd
commit
c3033d1e58
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
Author: Etoh
|
Author: Etoh
|
||||||
Project: http://syncplay.pl/
|
Project: http://syncplay.pl/
|
||||||
Version: 0.0.9
|
Version: 0.0.9b
|
||||||
|
|
||||||
--[==========================================================================[
|
--[==========================================================================[
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ Place the syncplay.lua file in one of the VLC /lua/intf/ sub-directories. By def
|
||||||
* Windows (current user): %APPDATA%\VLC\lua\intf\
|
* Windows (current user): %APPDATA%\VLC\lua\intf\
|
||||||
* Linux (all users): /usr/lib/vlc/lua/intf/
|
* Linux (all users): /usr/lib/vlc/lua/intf/
|
||||||
* Linux (current user): ~/.local/share/vlc/lua/intf/
|
* Linux (current user): ~/.local/share/vlc/lua/intf/
|
||||||
* Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/intf/
|
* Mac OS X (all users): ~/Library/Application Support/org.videolan.vlc/lua/intf/
|
||||||
|
|
||||||
If a directory does not exist then you may have to create it.
|
If a directory does not exist then you may have to create it.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue