Update the embedded JRE for the Windows bundles to 8u192
This commit is contained in:
parent
b237f64a83
commit
57e6013142
|
@ -2,6 +2,7 @@
|
|||
========================
|
||||
* Fixed UI freeze, which occured for a high number of recorded models
|
||||
* Added Cam4
|
||||
* Updated the embedded JRE for the Windows bundles to 8u192
|
||||
|
||||
1.6.0
|
||||
========================
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</files>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>jre/jre1.8.0_181_win32</directory>
|
||||
<directory>jre/jre1.8.0_192_win32</directory>
|
||||
<includes>
|
||||
<include>**/*</include>
|
||||
</includes>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
</files>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
<directory>jre/jre1.8.0_181_win64</directory>
|
||||
<directory>jre/jre1.8.0_192_win64</directory>
|
||||
<includes>
|
||||
<include>**/*</include>
|
||||
</includes>
|
||||
|
|
Loading…
Reference in New Issue