在 OSX 中从 PackageMaker 运行 Python 脚本
我很难找到任何像样的 OSX 打包文档。我的包需要运行一个 Python 脚本,该脚本将在应用程序安装后立即执行一些 launchd 魔法。我尝试将 -s scripts
与 packagemaker 一起使用,并将我的脚本放在目录 scripts
中,但我没有运气。我有什么遗漏的吗?更重要的是,所有 packagemaker 文档在哪里?如何让我的 Python 脚本运行?我见过的唯一的就是这个,它已经过时了并且不'不包括命令行版本。
我不想使用 GUI;这让我的生活太困难了。
I'm having a difficult time finding any decent documentation for packaging on OSX. My package needs to run a Python script that will do some launchd magic right after the app is installed. I tried using -s scripts
with packagemaker and put my script in the directory scripts
, but I had no luck. Is there something I'm missing? More importantly, where is all the packagemaker documentation? How can I get my Python script to run? The only thing I've seen is this, which is way outdated and doesn't cover the command line version.
I don't want to use the GUI; it makes my life too difficult.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经解决了这个问题。
postflight
并具有适当的 shebang 行。I've resolved this issue.
postflight
and have a proper shebang line.