We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ ./createApp.sh /usr/local/bin/platypus: illegal option -- c usage: platypus [-vh] [-O profile] [-FASDNBR] [-ydlHx] [-KYL] [-P profile] [-a appName] [-o outputType] [-i icon] [-Q docIcon] [-p interpreter] [-V version] [-u author] [-I identifier] [-f bundledFile] [-X suffixes] [-T filetypes] [-C scriptArgs] [-G interpreterArgs] scriptFile [appPath]
It seems that platypus has been updated, and does not recognize -c options anymore.
The text was updated successfully, but these errors were encountered:
Here's a patch that make it up-to-date with current version of platypus:
diff --git a/createApp.sh b/createApp.sh index a551cbf..677c187 100755 --- a/createApp.sh +++ b/createApp.sh @@ -18,8 +18,8 @@ rm -Rf $dest # build options # -o "Progress Bar" \ -/usr/local/bin/platypus -a "$appName" -c markdown2pdf.sh \ +/usr/local/bin/platypus -a "$appName" \ -B \ - -p /bin/sh -V 1.0 -u "JiHO" -D -X "md|markdown|txt|text|mdown" -f MultiMarkdown -f adc.css + -p /bin/sh -V 1.0 -u "JiHO" -D -X "md|markdown|txt|text|mdown" -f MultiMarkdown -f adc.css exit 0
Sorry, something went wrong.
No branches or pull requests
$ ./createApp.sh
/usr/local/bin/platypus: illegal option -- c
usage: platypus [-vh] [-O profile] [-FASDNBR] [-ydlHx] [-KYL] [-P profile] [-a appName] [-o outputType] [-i icon] [-Q docIcon] [-p interpreter] [-V version] [-u author] [-I identifier] [-f bundledFile] [-X suffixes] [-T filetypes] [-C scriptArgs] [-G interpreterArgs] scriptFile [appPath]
It seems that platypus has been updated, and does not recognize -c options anymore.
The text was updated successfully, but these errors were encountered: