mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-30 12:00:51 +01:00
16 lines
551 B
Plaintext
16 lines
551 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<jnlp spec="1.0" xmlns:jfx="http://javafx.com" href="G_Earth.jnlp">
|
||
|
<information>
|
||
|
<title>G-Earth</title>
|
||
|
<vendor>Unknown</vendor>
|
||
|
<description>G-Earth2</description>
|
||
|
<offline-allowed/>
|
||
|
</information>
|
||
|
<resources>
|
||
|
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
|
||
|
<jar href="G_Earth.jar" size="63002" download="eager" />
|
||
|
</resources>
|
||
|
<jfx:javafx-desc width="600" height="400" main-class="main.Main" name="G-Earth2" />
|
||
|
<update check="background"/>
|
||
|
</jnlp>
|