fixed a bug that corrupted downloaded files
always close your streams
This commit is contained in:
parent
ef2d913ace
commit
f2d054029f
bin
application
cloudControllerInstances
src/application
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@ public class CloudController {
|
||||
main = ma;
|
||||
}
|
||||
|
||||
Main main;
|
||||
private Main main;
|
||||
private GoogleDriveController googleDriveController = new GoogleDriveController();
|
||||
|
||||
void initializeConnection(String cloudService, String cemuDirectory) {
|
||||
|
@ -146,7 +146,7 @@ public class MainWindowController {
|
||||
private String selectedGameTitle;
|
||||
private String color;
|
||||
private String version = "0.1.5";
|
||||
private String buildNumber = "011";
|
||||
private String buildNumber = "015";
|
||||
private String versionName = "Gusty Garden";
|
||||
private int xPos = -200;
|
||||
private int yPos = 17;
|
||||
|
Loading…
Reference in New Issue
Block a user