Skip to content

Commit f88a6ca

Browse files
committed
Update file url
1 parent 434b818 commit f88a6ca

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.1
5+
version=1.0.2
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
@@ -234,7 +234,7 @@ public void start() {
234234

235235
String zipName = selectedEditionName + ".zip";
236236

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

239239
File saveLocation = getStorageDirectory().resolve(zipName).toFile();
240240

0 commit comments

Comments
 (0)