Add custom background image, icon and positioning for dmg bundle
BIN
desktop/package/macosx/Bisq-background.png
Normal file
40
desktop/package/macosx/Bisq-dmg-setup.scpt
Normal file
|
@ -0,0 +1,40 @@
|
|||
tell application "Finder"
|
||||
tell disk "Bisq"
|
||||
open
|
||||
set current view of container window to icon view
|
||||
set toolbar visible of container window to false
|
||||
set statusbar visible of container window to false
|
||||
|
||||
-- size of window should match size of background
|
||||
set the bounds of container window to {400, 100, 1434, 741}
|
||||
|
||||
set theViewOptions to the icon view options of container window
|
||||
set arrangement of theViewOptions to not arranged
|
||||
set icon size of theViewOptions to 128
|
||||
set background picture of theViewOptions to file ".background:background.png"
|
||||
|
||||
-- Create alias for install location
|
||||
make new alias file at container window to POSIX file "/Applications" with properties {name:"Applications"}
|
||||
|
||||
set allTheFiles to the name of every item of container window
|
||||
repeat with theFile in allTheFiles
|
||||
set theFilePath to POSIX Path of theFile
|
||||
if theFilePath is "/Bisq.app"
|
||||
-- Position application location
|
||||
set position of item theFile of container window to {345, 343}
|
||||
else if theFilePath is "/Applications"
|
||||
-- Position install location
|
||||
set position of item theFile of container window to {677, 343}
|
||||
else
|
||||
-- Move all other files far enough to be not visible if user has "show hidden files" option set
|
||||
set position of item theFile of container window to {1000, 0}
|
||||
end
|
||||
end repeat
|
||||
|
||||
close
|
||||
open
|
||||
update without registering applications
|
||||
delay 5
|
||||
end tell
|
||||
end tell
|
||||
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 755 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 287 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 11 KiB |
BIN
desktop/package/macosx/background/Bisq-background.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
desktop/package/macosx/background/Bisq-background@2x.png
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
desktop/package/macosx/background/Bisq-background@3x.png
Normal file
After Width: | Height: | Size: 151 KiB |