Skip to content

Commit

Permalink
updated README for the relocatable option
Browse files Browse the repository at this point in the history
  • Loading branch information
scriptingosx committed May 22, 2017
1 parent 067fe6a commit fc39c01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ quickpkg /Applications/Numbers.app --output ~/Packages/{identifier}_{version}.pk

will create `com.apple.Numbers_X.Y.Z.pkg` in `~/Packages`.

### `--[no-]relocatable`

Controls wether the resulting pkg file is relocatable, i.e. if the installer process will search for the bundle by bundle-identifier if it was moved to another location. By default packages will be created NON-relocatable.

## Background

OS X has had the `pkgbuild` tool since Xcode 3.2 on Snow Leopard. With pkgbuild you can directly build a installer package from an application in the `/Applications` folder:
Expand Down

0 comments on commit fc39c01

Please sign in to comment.