1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:20:24 -07:00

misc/dist: more gophers for OS X installer

Replaces the default OS X installer background
with a more fitting image.

R=golang-dev
CC=golang-dev
https://golang.org/cl/6116043
This commit is contained in:
Mikkel Krautz 2012-04-24 09:24:19 -07:00 committed by Andrew Gerrand
parent 0f80050542
commit 78e4d1752e
3 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@ func (b *Build) Do() error {
targ := base + ".pkg"
_, err = b.run("", "productbuild",
"--distribution", filepath.Join(dist, "darwin/Distribution"),
"--resources", filepath.Join(dist, "darwin/Resources"),
"--package-path", pkgdest,
targ)
if err != nil {

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<installer-script minSpecVersion="1.000000">
<title>Go</title>
<background mime-type="image/png" file="bg.png"/>
<options customize="never" allow-external-scripts="no"/>
<domains enable_localSystem="true" />
<installation-check script="installCheck();"/>

BIN
misc/dist/darwin/Resources/bg.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB