From c3033d1e58b5420dd739c6032bf30d9987ca5e80 Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 18 Jun 2013 09:53:48 +0200 Subject: [PATCH] Change syncplay.lua OSX install path to that provided by NoMoreNicksLeft --- resources/syncplay.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/syncplay.lua b/resources/syncplay.lua index 4236788..704c9e7 100644 --- a/resources/syncplay.lua +++ b/resources/syncplay.lua @@ -4,7 +4,7 @@ Author: Etoh 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\ * Linux (all users): /usr/lib/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.