mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-03 04:31:36 +00:00
Removed VLC install script from dmg for macOS
This commit is contained in:
parent
1dd22bc06c
commit
594d707ed8
@ -51,10 +51,9 @@ badge_icon = icon_from_app(application)
|
||||
|
||||
# Where to put the icons
|
||||
icon_locations = {
|
||||
appname: (150, 110),
|
||||
'Applications': (450, 110),
|
||||
'Read Me': (100, 285),
|
||||
'Install for VLC': (500, 285)
|
||||
appname: (90, 110),
|
||||
'Applications': (410, 110),
|
||||
'Read Me': (250, 240),
|
||||
}
|
||||
|
||||
# .. Window configuration ......................................................
|
||||
@ -89,7 +88,7 @@ show_sidebar = False
|
||||
sidebar_width = 180
|
||||
|
||||
# Window position in ((x, y), (w, h)) format
|
||||
window_rect = ((100, 100), (600, 460))
|
||||
window_rect = ((100, 100), (500, 400))
|
||||
|
||||
# Select the default view; must be one of
|
||||
#
|
||||
|
BIN
resources/macOS_dmg_bkg.tiff
Normal file → Executable file
BIN
resources/macOS_dmg_bkg.tiff
Normal file → Executable file
Binary file not shown.
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p $HOME/Library/Application\ Support/org.videolan.vlc/lua/intf/
|
||||
|
||||
cp /Volumes/Syncplay/.syncplay.lua $HOME/Library/Application\ Support/org.videolan.vlc/lua/intf/syncplay.lua
|
Loading…
Reference in New Issue
Block a user