use release tag for downloading latest github releases...

This commit is contained in:
Anthony Calosa
2024-10-25 17:24:48 +08:00
parent dcbd25d00e
commit 9897c85559
6 changed files with 55 additions and 4 deletions

View File

@@ -56,6 +56,11 @@ public class Main {
return RSSReader.getCommitLog(buildDateOriginal, max);
}
@Override
public String getReleaseTag() {
return RSSReader.getLatestReleaseTag();
}
@Override
public boolean openFile(String filename) {
try {