Removed VLC install script from dmg for macOS

This commit is contained in:
Alberto Sottile 2019-02-05 23:13:33 +01:00
parent 1dd22bc06c
commit 594d707ed8
3 changed files with 4 additions and 10 deletions

View File

@ -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

Binary file not shown.

View File

@ -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