Skip to content

Instantly share code, notes, and snippets.

@smbarbour
Created September 28, 2021 02:58
Show Gist options
  • Save smbarbour/8f47f42447a5d24561131949e2aeed66 to your computer and use it in GitHub Desktop.
Save smbarbour/8f47f42447a5d24561131949e2aeed66 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<tns:Distributions xmlns:tns="http://www.mcupdater.com/Distribution" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mcupdater.com/Distribution Distribution.xsd ">
<tns:Distribution name="JavaFX-Release">
<tns:FriendlyName>MCUpdater 4.0</tns:FriendlyName>
<tns:Class>org.mcupdater.gui.javafx.Main</tns:Class>
<tns:Params>--ServerPack ${defaultPack} --MCURoot ${MCURoot}</tns:Params>
<tns:Library>
<tns:Filename>MCUpdater.jar</tns:Filename>
<tns:Size>0</tns:Size>
<tns:Hash type="SHA256">tbd</tns:Hash>
<tns:Platform>LINUX64</tns:Platform>
<tns:Platform>OSX</tns:Platform>
<tns:Platform>WINDOWS64</tns:Platform>
<tns:DownloadURL>https://files.mcupdater.com/release/MCU-4.0.0.jar</tns:DownloadURL>
</tns:Library>
<tns:Extract name="JavaFX">
<tns:Filename>OpenJFX-17.zip</tns:Filename>
<tns:Path>JavaFX</tns:Path>
<tns:Size>0</tns:Size>
<tns:Hash type="SHA256">9138faeff07a81e2dd106be77f6b827fad7655cde72c4ac44b7e85393f5821da</tns:Hash>
<tns:Platform>WINDOWS64</tns:Platform>
<tns:IncludePath>JavaFX\javafx-sdk-17.0.0.1\lib\*</tns:IncludePath>
<tns:ModuleName>javafx.controls</tns:ModuleName>
<tns:ModuleName>javafx.fxml</tns:ModuleName>
<tns:ModuleName>javafx.web</tns:ModuleName>
<tns:DownloadURL>https://download2.gluonhq.com/openjfx/17.0.0.1/openjfx-17.0.0.1_windows-x64_bin-sdk.zip</tns:DownloadURL>
</tns:Extract>
<tns:Runtime name="Java" primary="true">
<tns:Filename>Java17.zip</tns:Filename>
<tns:Version>17</tns:Version>
<tns:Executable>jdk-17+35\bin\java.exe</tns:Executable>
<tns:Size>188690370</tns:Size>
<tns:Hash type="SHA256">79E1C949F8301EB0A5979BC245829A4419507D7F6AC567C870E5986DAF48C1DB</tns:Hash>
<tns:Platform>WINDOWS64</tns:Platform>
<tns:DownloadURL priority="1">https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17%2B35/OpenJDK17-jdk_x64_windows_hotspot_17_35.zip</tns:DownloadURL>
</tns:Runtime>
<tns:Runtime name="Java">
<tns:Filename>Java8.zip</tns:Filename>
<tns:Version>8</tns:Version>
<tns:Executable>jdk8u302-b08-jre\bin\java.exe</tns:Executable>
<tns:Size>39038120</tns:Size>
<tns:Hash type="SHA256">4A9943A2C2E929728E3C31A213C80D36B186B085B401A8C6313101BD7A28C046</tns:Hash>
<tns:Platform>WINDOWS64</tns:Platform>
<tns:DownloadURL priority="1">https://github.com/adoptium/temurin8-binaries/releases/download/jdk8u302-b08/OpenJDK8U-jre_x64_windows_hotspot_8u302b08.zip</tns:DownloadURL>
</tns:Runtime>
</tns:Distribution>
</tns:Distributions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment