mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
use release tag for downloading latest github releases...
This commit is contained in:
@@ -639,6 +639,12 @@ public class Main extends ForgeAndroidApplication {
|
||||
return new GitLogs().getLatest(buildDateOriginal, maxDate);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getReleaseTag() {
|
||||
//android doesn't have release yet on github...
|
||||
return "";
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean openFile(String filename) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user