Skip to content

Commit fc39c01

Browse files
committed
updated README for the relocatable option
1 parent 067fe6a commit fc39c01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ quickpkg /Applications/Numbers.app --output ~/Packages/{identifier}_{version}.pk
6868

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

71+
### `--[no-]relocatable`
72+
73+
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.
74+
7175
## Background
7276

7377
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:

0 commit comments

Comments
 (0)