私はNWJS Mac Appを持っていますhello.appです。MacアプリのパッケージファイルにEULA契約を追加
資格を使用してアプリに署名し、hello.pkgというパッケージを作成しても問題ありません。
今すぐこのパッケージにEULA契約を追加します。誰かが私にどのようにこれを達成すべきかを提案することができますか私が試した何
:
hello.appから
productbuild --synthesize --product "hello.app/Contents/Info.plist" をdistribution.plistまたはXMLを生成 - -package hello.app distribution.plist
アップデートのreadme /ライセンスファイルとのplist
<installer-gui-script minSpecVersion="1"> <license file="LICENSE.html"/> <readme file="README.html"/> </installer-gui-script>
もう一度ビルドしてパッケージを作成します。
$ productbuild --distribution distribution.xml hello.pkg
しかし、私はエラーを取得する:
Cannot copy package "hello.app" into the product. (Bundle-style package "hello.app" is not supported.)
提案を提供してください。
こんにちは、これに関する提案。 – Swati