We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b26c407 commit 52927e6Copy full SHA for 52927e6
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/bootloader/UpdateCheck.java
@@ -59,6 +59,8 @@ public class UpdateCheck implements Runnable
59
"https://github.com/Konloch/bytecode-viewer/releases/download/b.{VERSION}/BytecodeViewer.Beta.{VERSION}.jar",
60
//for v1.0
61
"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",
64
};
65
66
//a list of all of the released versions of BCV
0 commit comments