dist: Tweak the OSX pkg installer
This performs a few touch-ups to the OSX installer: * A rust logo is shown during installation * The installation happens to /usr/local by default (instead of /) * A new welcome screen is shown that's slightly more relevant
This commit is contained in:
parent
b8601a3d8b
commit
bec333c4bc
5 changed files with 35 additions and 3 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -5,6 +5,7 @@
|
|||
*.h rust
|
||||
*.rs rust
|
||||
src/etc/pkg/rust-logo.ico binary
|
||||
src/etc/pkg/rust-logo.png binary
|
||||
src/rt/msvc/* -whitespace
|
||||
src/rt/vg/* -whitespace
|
||||
src/rt/jemalloc/**/* -whitespace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue