We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2143e87 commit a3bad66Copy full SHA for a3bad66
2 files changed
gradle.properties
@@ -2,7 +2,7 @@
2
org.gradle.jvmargs=-Xmx1G
3
4
# Version and packaging info
5
-version=1.0.3
+version=1.1.0
6
maven_group=net.hypercubemc
7
archives_base_name=Iris-Installer
8
src/main/java/net/hypercubemc/iris_installer/Installer.java
@@ -232,7 +232,7 @@ public void start() {
232
progressBar.setValue(0);
233
setInteractionEnabled(false);
234
235
- String zipName = selectedEditionName + ".zip";
+ String zipName = selectedEditionName + "-" + selectedVersion + ".zip";
236
237
String downloadURL = "https://github.com/IrisShaders/Iris-Installer-Files/releases/latest/download/" + zipName;
238
0 commit comments