diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-01-16 19:16:06 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-01-16 19:16:06 +0000 |
commit | bfb0ec390abf80ac73bfe2f2cfcc9f93ad209c54 (patch) | |
tree | 102c6b4d5315f5add23fd42012c5db81f2a73c6a | |
parent | ebb58f1f7bcb583feb79deb6bb1a428c2f0e406c (diff) |
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |