mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Modified build.xml so that the manifest file in lwjgl.jar and lwjgl_util_applet.jar is now tagged with 'Trusted-Library: true'.
This is needed from Java6u19+ when using a mix of signed/unsigned jars, otherwise an extra super scary dialog box will be shown to the user when an applet or JWS application is run.
This commit is contained in:
parent
9f2461fb70
commit
0d01982d5f
1 changed files with 2 additions and 0 deletions
|
|
@ -124,6 +124,7 @@
|
|||
<fileset refid="lwjgl.fileset" />
|
||||
<manifest>
|
||||
<attribute name="Sealed" value="true"/>
|
||||
<attribute name="Trusted-Library" value="true"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
|
|
@ -132,6 +133,7 @@
|
|||
<fileset refid="lwjgl_util_applet.fileset" />
|
||||
<manifest>
|
||||
<attribute name="Sealed" value="true"/>
|
||||
<attribute name="Trusted-Library" value="true"/>
|
||||
</manifest>
|
||||
</jar>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue