Skip to content

Commit a3bad66

Browse files
committed
updates installer to have a selected version and updates version number to 1.1.0
Signed-off-by: AlsoNiko <Josephao424@gmail.com>
1 parent 2143e87 commit a3bad66

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
org.gradle.jvmargs=-Xmx1G
33

44
# Version and packaging info
5-
version=1.0.3
5+
version=1.1.0
66
maven_group=net.hypercubemc
77
archives_base_name=Iris-Installer
88

src/main/java/net/hypercubemc/iris_installer/Installer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ public void start() {
232232
progressBar.setValue(0);
233233
setInteractionEnabled(false);
234234

235-
String zipName = selectedEditionName + ".zip";
235+
String zipName = selectedEditionName + "-" + selectedVersion + ".zip";
236236

237237
String downloadURL = "https://github.com/IrisShaders/Iris-Installer-Files/releases/latest/download/" + zipName;
238238

0 commit comments

Comments
 (0)