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
|
# Where to put the icons
|
||||||
icon_locations = {
|
icon_locations = {
|
||||||
appname: (150, 110),
|
appname: (90, 110),
|
||||||
'Applications': (450, 110),
|
'Applications': (410, 110),
|
||||||
'Read Me': (100, 285),
|
'Read Me': (250, 240),
|
||||||
'Install for VLC': (500, 285)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# .. Window configuration ......................................................
|
# .. Window configuration ......................................................
|
||||||
@ -89,7 +88,7 @@ show_sidebar = False
|
|||||||
sidebar_width = 180
|
sidebar_width = 180
|
||||||
|
|
||||||
# Window position in ((x, y), (w, h)) format
|
# 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
|
# 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…
x
Reference in New Issue
Block a user