Skip to content

Commit 0f3fabb

Browse files
committed
updated README
1 parent d902d83 commit 0f3fabb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# `quickpkg`
2-
31
This tool will quickly and easily build a package from an installed application, a disk image file or zip archive with an enclosed application bundle. It will also extract the application name and version and use it to name the resulting `pkg` file.
42

53
The tool will look for applications on the first level of the disk image or archive. If it finds no or more than one application it will error.
@@ -44,7 +42,7 @@ pkgbuild --component /Volumes/Firefox/Firefox.app \
4442

4543
This tool even does the work of determining a bundle's identifier and version and sets the identifier and version of the pkg to the same values.
4644

47-
However, `pkgbuild` does not automatically name the package.
45+
However, while `pkgbuild` does automatically name the package, it does not include the version, which is important when you tracking many versions of the same application. It also doesn't automatically look into a `dmg` file or `zip` archive.
4846

4947
## `quickpkg` vs `autopkg`
5048

0 commit comments

Comments
 (0)