fixed a bug that corrupted downloaded files

always close your streams
This commit is contained in:
Seil0 2017-05-24 19:24:22 +02:00
parent ef2d913ace
commit f2d054029f
7 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ public class CloudController {
main = ma; main = ma;
} }
Main main; private Main main;
private GoogleDriveController googleDriveController = new GoogleDriveController(); private GoogleDriveController googleDriveController = new GoogleDriveController();
void initializeConnection(String cloudService, String cemuDirectory) { void initializeConnection(String cloudService, String cemuDirectory) {

View File

@ -146,7 +146,7 @@ public class MainWindowController {
private String selectedGameTitle; private String selectedGameTitle;
private String color; private String color;
private String version = "0.1.5"; private String version = "0.1.5";
private String buildNumber = "011"; private String buildNumber = "015";
private String versionName = "Gusty Garden"; private String versionName = "Gusty Garden";
private int xPos = -200; private int xPos = -200;
private int yPos = 17; private int yPos = 17;