summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-01-16 19:16:06 +0000
committerIan C <ianc@noddybox.co.uk>2024-01-16 19:16:06 +0000
commitbfb0ec390abf80ac73bfe2f2cfcc9f93ad209c54 (patch)
tree102c6b4d5315f5add23fd42012c5db81f2a73c6a
parentebb58f1f7bcb583feb79deb6bb1a428c2f0e406c (diff)
Added new switches to READMEHEADmaster
-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.