summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 4d24371..8554ea2 100644
--- a/README
+++ b/README
@@ -16,6 +16,8 @@ exe2app.bash -x <executable path>
-v <version string>
-n <bundle identifier>
-c <creator code>
+ -p <copyright string>
+ -m <minimum version of macOS supported>
<executable path>
The path to the executable to run as the app.
@@ -41,3 +43,9 @@ exe2app.bash -x <executable path>
<creator code>
A 4-character string unique to the bundle. Quite how you know it's
unique I don't know.
+
+<copyright string>
+ The copyright string for the app.
+
+<minimum version>
+ The minimum version of macOS supported.