mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-22 15:58:52 -05:00
Workaround for VS2013 / CoInitialize hack no longer necessary with OpenJDK 11 (untested)
This commit is contained in:
parent
03e7796dca
commit
56204e783f
@ -303,11 +303,6 @@
|
||||
<!-- fetch latest JRE -->
|
||||
<get-windows-jre dest="${dir.staging}/jre" />
|
||||
|
||||
<!-- Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) -->
|
||||
<delete verbose="yes">
|
||||
<fileset dir="${dir.staging}/jre" includes="**/*120*.dll" />
|
||||
</delete>
|
||||
|
||||
<!-- package APPX -->
|
||||
<exec executable="makepri" dir="${dir.staging}" failonerror="yes">
|
||||
<arg line="createconfig /o /pv 10.0.0 /cf priconfig.xml /dq en-US" />
|
||||
|
@ -27,9 +27,6 @@
|
||||
|
||||
<Dependencies>
|
||||
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.14393.351" MaxVersionTested="10.0.16299.248" />
|
||||
|
||||
<!-- Workaround for VS2013 / CoInitialize hack (see http://mail.openjdk.java.net/pipermail/swing-dev/2018-February/008323.html) -->
|
||||
<PackageDependency Name="Microsoft.VCLibs.120.00.UWPDesktop" MinVersion="12.0.40653.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
|
||||
</Dependencies>
|
||||
|
||||
<Capabilities>
|
||||
|
Loading…
Reference in New Issue
Block a user