Skip to content

Commit

Permalink
start implementation of auto updater
Browse files Browse the repository at this point in the history
github release
  • Loading branch information
lamarios committed Mar 26, 2017
1 parent 0ba4eea commit c7638b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public static void main(String[] args) throws IOException, ZipException {

private String getAssetToDownload(GHRelease release) throws IOException {
return release.getAssets().stream().filter(ghAsset -> ghAsset.getName().endsWith("assembly.zip")).map(GHAsset::getBrowserDownloadUrl).findFirst().orElse(null);

}

private GHRelease getLatestVersion() throws IOException {
Expand Down

0 comments on commit c7638b8

Please sign in to comment.