diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-01-15 00:14:56 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-01-15 00:14:56 +0000 |
commit | 9f57ac3b67ce222a251fb30c4cc4999d85572e1a (patch) | |
tree | 4a319ad784459ca138f019d827fee4b32002ecd3 /README | |
parent | 42685bde21b9c08d75835ae98a54e7039423825a (diff) |
Added call to dylibbundler
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ exe2app.bash is a script to create a macOS Application bundle from a passed executable and icon file and other information. +It depends on the tools makeicns and dylibbundler. Both are available on +Brew. + usage: exe2app.bash -x <executable path> |