Skip to content
Snippets Groups Projects
Commit 1ebd1e5d authored by tobias's avatar tobias
Browse files

Update Version to 5.1.0

Fixed build script and auto update dialog
parent 6a27a37a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
<upload username="p35947554-pw" password="${password}" host="p35947554.1and1-data.host">
<file type="program" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.jar" remotePath="/stable" remoteFileName="PlayWall.jar" />
<file type="exe" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/PlayWall.exe" remotePath="/stable" remoteFileName="PlayWall.exe" />
<file type="exe" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/dist/PlayWall.exe" remotePath="/stable" remoteFileName="PlayWall.exe" />
<file type="plugin" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/ActionPlugin.jar" remotePath="/stable/plugins" remoteFileName="ActionPlugin.jar" />
<file type="plugin" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/AwakePlugin.jar" remotePath="/stable/plugins" remoteFileName="AwakePlugin.jar" />
<file type="plugin" localPath="/Users/tobias/Documents/Programmieren/Java/eclipse/PlayWall/build/EqualizerPlugin.jar" remotePath="/stable/plugins" remoteFileName="EqualizerPlugin.jar" />
......
name: PlayWall
version: b5.1.0
build: 34
version: 5.1.0
build: 35
identifier: de.tobias.playpad
main: de.tobias.playpad.PlayPadMain
author: Tobias Ullerich
......
......@@ -29,7 +29,6 @@ import de.tobias.utils.util.Localization.LocalizationDelegate;
import de.tobias.utils.util.OS;
import de.tobias.utils.util.OS.OSType;
import de.tobias.utils.util.Worker;
import de.tobias.utils.util.win.User32X;
import javafx.application.Application;
import javafx.application.Platform;
import javafx.scene.control.ButtonType;
......@@ -166,7 +165,7 @@ public class PlayPadMain extends Application implements LocalizationDelegate {
Platform.runLater(() ->
{
AutoUpdateDialog autoUpdateDialog = new AutoUpdateDialog(owner);
autoUpdateDialog.showAndWait().filter(item -> item == ButtonType.OK).ifPresent(result ->
autoUpdateDialog.showAndWait().filter(item -> item == ButtonType.APPLY).ifPresent(result ->
{
try {
Updates.startUpdate();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment