Update Check Fallback
This commit is contained in:
parent
b26c407306
commit
52927e678f
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ public class UpdateCheck implements Runnable
|
|||
"https://github.com/Konloch/bytecode-viewer/releases/download/b.{VERSION}/BytecodeViewer.Beta.{VERSION}.jar",
|
||||
//for v1.0
|
||||
"https://github.com/Konloch/bytecode-viewer/releases/download/B{VERSION}/BytecodeViewer.jar",
|
||||
//zip variant of current url scheme since v2.9.12 (not currently used but incase it ever does)
|
||||
"https://github.com/Konloch/bytecode-viewer/releases/download/v{VERSION}/Bytecode-Viewer-{VERSION}.zip",
|
||||
};
|
||||
|
||||
//a list of all of the released versions of BCV
|
||||
|
|
Loading…
Reference in a new issue