Skip to content

Commit 52927e6

Browse files
committed
Update Check Fallback
1 parent b26c407 commit 52927e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public class UpdateCheck implements Runnable
5959
"https://github.com/Konloch/bytecode-viewer/releases/download/b.{VERSION}/BytecodeViewer.Beta.{VERSION}.jar",
6060
//for v1.0
6161
"https://github.com/Konloch/bytecode-viewer/releases/download/B{VERSION}/BytecodeViewer.jar",
62+
//zip variant of current url scheme since v2.9.12 (not currently used but incase it ever does)
63+
"https://github.com/Konloch/bytecode-viewer/releases/download/v{VERSION}/Bytecode-Viewer-{VERSION}.zip",
6264
};
6365

6466
//a list of all of the released versions of BCV

0 commit comments

Comments
 (0)