how to add a rich text license to a dmg using a plist with javafx?

房东的猫 提交于 2019-12-10 18:12:32

问题


All the JavaFX docs say is: The DMG installer also supports a click-though license provided in the text format. If use of rich text format is desired, then prepare the license.plist file externally, then add it to the package using the technique from Section 6.3.3, "Customization Using Drop-In Resources."

Surprisingly, I couldn't find anywhere on the internet how to actually accomplish this. Did anyone here succeed in creating a dmg with a rich text license? I also posted my question here btw.

Before you reply with attach license file to dmg under OSX, that is only for a plain text file, which I already know how to do.

来源:https://stackoverflow.com/questions/16616075/how-to-add-a-rich-text-license-to-a-dmg-using-a-plist-with-javafx

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!