Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个应用程序,可以通过小型安装程序包扩展附加功能。在安装过程中,附加文件被放置在应用程序包中。如何确保公证之后仍然有效?此工作流程中的所有可能性都会破坏签名。我错过了什么吗?
问题是我不能在应用程序中包含附加功能的加载。它必须通过外部安装程序提供。
您不能在经过公证后修改捆绑包。(如果可以的话,公证的意义何在?)听起来你有插件,这是支持的。您只需要单独对插件进行公证。通常它们应该安装在支持目录中,而不是在您的应用程序包中。