mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-26 10:20:51 +01:00
version 1.5.1
This commit is contained in:
parent
fb8f8333df
commit
21583072df
@ -8,7 +8,7 @@
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<version>1.5</version>
|
||||
<version>1.5.1</version>
|
||||
|
||||
<properties>
|
||||
<javafx.version>1.8</javafx.version>
|
||||
@ -18,7 +18,7 @@
|
||||
<parent>
|
||||
<groupId>G-Earth</groupId>
|
||||
<artifactId>G-Earth-Parent</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>1.5.1</version>
|
||||
</parent>
|
||||
|
||||
<build>
|
||||
|
@ -15,7 +15,7 @@ import javafx.stage.Stage;
|
||||
public class Main extends Application {
|
||||
|
||||
public static Application main;
|
||||
public static String version = "1.5";
|
||||
public static String version = "1.5.1";
|
||||
public static String gitApi = "https://api.github.com/repos/sirjonasxx/G-Earth/releases/latest";
|
||||
public static String theme = "G-Earth";
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
package gearth.services.internal_extensions.extensionstore.tools;
|
||||
|
||||
import gearth.Main;
|
||||
import gearth.misc.OSValidator;
|
||||
import gearth.services.extension_handler.extensions.implementations.network.authentication.Authenticator;
|
||||
import gearth.services.extension_handler.extensions.implementations.network.executer.ExecutionInfo;
|
||||
@ -241,7 +242,7 @@ public class StoreExtensionTools {
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
StoreFetch.fetch("1.5", new StoreFetch.StoreFetchListener() {
|
||||
StoreFetch.fetch(Main.version, new StoreFetch.StoreFetchListener() {
|
||||
@Override
|
||||
public void success(StoreRepository storeRepository) {
|
||||
installExtension("G-BuildTools", storeRepository, new InstallExtListener() {
|
||||
|
Loading…
Reference in New Issue
Block a user