Adobe AIR 3.0 - 使用ADT创建Captive Runtime .APP文件

时间:2011-10-21 21:20:00

标签: air adobe runtime adt

有人可以告诉我如何创建使用AIR3.0捕获运行时的.APP文件吗?

到目前为止,我有以下内容:

adt -package pkcs12 -keystore MyPersonalCertificate.p12 -target bundle pkcs12 -keystore CertFromAppleWebsite.p12 CellImaging .app Protocols_Large-app.xml ./xml Protocols_Large.swf ./Category_Icons ./AppIconsForPublish

Andrew Trice在这里触及它:http://www.tricedesigns.com/2011/08/10/air-3-0-captive-runtime/

到目前为止,我收到以下错误:

  

签名从描述符和文件集打包所需的选项

最终,我计划将其放入Mac App Store,但首先我必须创建.app文件!

谢谢!

2 个答案:

答案 0 :(得分:1)

你忘了“-storetype”:

adt -package -storetype pkcs12 -keystore MyPersonalCertificate.p12 -target bundle pkcs12 -keystore CertFromAppleWebsite.p12 CellImaging.app Protocols_Large-app.xml ./xml Protocols_Large.swf ./Category_Icons ./AppIconsForPublish

要小心,订购很重要: http://www.andymoore.ca/2013/06/adobe-air-error-on-exe-bundle-package/

答案 1 :(得分:0)

如果您没有找到问题的解决方案,我就是这样做的。

创建签名版本构建(空中)文件,然后在终端中运行以下命令:

[path to the sdk]/bin/adt -package -target bundle [choose a path and filename where your bundled application is saved] [path to the air file]