doc: fix documentation on bundling

master
an 2019-07-24 22:19:40 -04:00
parent c8c53bd804
commit b125a6ebcf
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ To compile:
If you wish to create a Macintosh Application Bundle, run:
`tools/bundle`
`tools/bundle Tycho <path-to-executable>`
This will also create an installer DMG. If you don't want to create an installer
and just want the app, run:
`env NO_DMG=1 tools/bundle`
`env NO_DMG=1 tools/bundle Tycho <path-to-executable>`