Skip to content

Commit

Permalink
Merge pull request #254 from deadlocker8/v1_8_0
Browse files Browse the repository at this point in the history
Fixed wrong downloaded server; updated build
  • Loading branch information
deadlocker8 authored Dec 17, 2017
2 parents 5787302 + 4b3ae0f commit 23ceb6a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void downloadServer(String versionName) throws Exception

//download into temp directory and file
Path target = Paths.get(PathUtils.getOSindependentPath() + Localization.getString(Strings.FOLDER) + "/localServer/BudgetMasterServer.jar");
download(BUILD_FOLDER.replace("{}", "v" + "1.7.0") + "BudgetMasterServer.jar", target);
download(BUILD_FOLDER.replace("{}", "v" + Localization.getString(Strings.VERSION_NAME)) + "BudgetMasterServer.jar", target);
Logger.debug("Successfully downloaded BudgetMasterServer " + versionName);
}

Expand Down
Binary file modified build/BudgetMaster.exe
Binary file not shown.
Binary file modified build/BudgetMasterClient.jar
Binary file not shown.
Binary file modified build/BudgetMasterServer.jar
Binary file not shown.

0 comments on commit 23ceb6a

Please sign in to comment.