diff --git a/appdmg.py b/appdmg.py index 32374bc..8c23084 100755 --- a/appdmg.py +++ b/appdmg.py @@ -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 # diff --git a/resources/macOS_dmg_bkg.tiff b/resources/macOS_dmg_bkg.tiff old mode 100644 new mode 100755 index 9ead2f6..9895b87 Binary files a/resources/macOS_dmg_bkg.tiff and b/resources/macOS_dmg_bkg.tiff differ diff --git a/resources/macos_vlc_install.command b/resources/macos_vlc_install.command deleted file mode 100755 index 4774144..0000000 --- a/resources/macos_vlc_install.command +++ /dev/null @@ -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