We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434b818 commit f88a6caCopy full SHA for f88a6ca
2 files changed
gradle.properties
@@ -2,7 +2,7 @@
2
org.gradle.jvmargs=-Xmx1G
3
4
# Version and packaging info
5
-version=1.0.1
+version=1.0.2
6
maven_group=net.hypercubemc
7
archives_base_name=Iris-Installer
8
src/main/java/net/hypercubemc/iris_installer/Installer.java
@@ -234,7 +234,7 @@ public void start() {
234
235
String zipName = selectedEditionName + ".zip";
236
237
- String downloadURL = BASE_URL + selectedVersion + "/" + zipName;
+ String downloadURL = "https://github.com/IrisShaders/Iris-Installer-Files/releases/latest/download/" + zipName;
238
239
File saveLocation = getStorageDirectory().resolve(zipName).toFile();
240
0 commit comments