Skip to content

Commit 2e99219

Browse files
authored
web index of the installer button changed to releases
1 parent 6e4ab2e commit 2e99219

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
fetch("https://laeben-update-default-rtdb.europe-west1.firebasedatabase.app/apps/clauncher.json")
1212
.then(a => a.json().then(app => {
1313
var jarbtn = document.getElementById("jar");
14-
var installer = document.getElementById("installer");
14+
//var installer = document.getElementById("installer");
1515
jarbtn.href = app.latestFile;
16-
installer.href = app.installer;
16+
//installer.href = app.installer;
1717
}));
1818
};
1919
</script>
@@ -24,8 +24,9 @@
2424
<div class="one flex-xcenter flex-ycenter">
2525
<div class="precious-pane">
2626
<h1>Open, customize, play.</h1>
27-
<a style="background: #33b2f533;" id="installer" href="https://github.com/etkmlm/CoreLauncherInstaller/releases/download/1.01/CoreLauncherInstaller.exe" class="center">Installer</a>
28-
<br/>
27+
<!--<a style="background: #33b2f533;" id="installer" href="https://github.com/etkmlm/CoreLauncherInstaller/releases/download/1.01/CoreLauncherInstaller.exe" class="center">Installer</a>-->
28+
<a style="background: #33b2f533;" id="releases" href="https://github.com/etkmlm/CoreLauncher/releases" class="center">Releases</a>
29+
<br/>
2930
<a style="background: #33b2f533;" id="jar" href="https://github.com/etkmlm/CoreLauncher/releases/download/beta1.1.9/CoreLauncher-1.1.9.jar" class="center">Portable</a>
3031
<br/>
3132
<a style="background: #33b2b533;" href="https://github.com/etkmlm/CoreLauncher" class="center">Wiki and Source</a>

0 commit comments

Comments
 (0)