mirror of
https://github.com/bryangerlach/rdgen.git
synced 2025-11-29 00:23:27 +00:00
Update Generated page
This commit is contained in:
@@ -129,6 +129,8 @@
|
|||||||
{% if platform == 'windows' %}
|
{% if platform == 'windows' %}
|
||||||
<a href='/download?filename={{filename}}.exe&uuid={{uuid}}' class="download-link">Download {{filename}}.exe</a>
|
<a href='/download?filename={{filename}}.exe&uuid={{uuid}}' class="download-link">Download {{filename}}.exe</a>
|
||||||
<a href='/download?filename={{filename}}.msi&uuid={{uuid}}' class="download-link">Download {{filename}}.msi</a>
|
<a href='/download?filename={{filename}}.msi&uuid={{uuid}}' class="download-link">Download {{filename}}.msi</a>
|
||||||
|
{% elif platform == 'windows-x86' %}
|
||||||
|
<a href='/download?filename={{filename}}.exe&uuid={{uuid}}' class="download-link">Download {{filename}}.exe</a>
|
||||||
{% elif platform == 'linux' %}
|
{% elif platform == 'linux' %}
|
||||||
<a href='/download?filename={{filename}}-x86_64.deb&uuid={{uuid}}' class="download-link">Download {{filename}}-x86_64.deb</a>
|
<a href='/download?filename={{filename}}-x86_64.deb&uuid={{uuid}}' class="download-link">Download {{filename}}-x86_64.deb</a>
|
||||||
<a href='/download?filename={{filename}}-x86_64.rpm&uuid={{uuid}}' class="download-link">Download {{filename}}-x86_64.rpm</a>
|
<a href='/download?filename={{filename}}-x86_64.rpm&uuid={{uuid}}' class="download-link">Download {{filename}}-x86_64.rpm</a>
|
||||||
@@ -177,7 +179,7 @@
|
|||||||
platformLogos.macos.style.display = 'block';
|
platformLogos.macos.style.display = 'block';
|
||||||
platformNote.textContent = 'Note: For macOS, you may need to adjust security settings to run the application.';
|
platformNote.textContent = 'Note: For macOS, you may need to adjust security settings to run the application.';
|
||||||
platformNote.style.display = 'block';
|
platformNote.style.display = 'block';
|
||||||
} else if (platform === 'windows') {
|
} else if (platform === 'windows' || platform === 'windows-x86') {
|
||||||
document.getElementById('pageTitle').textContent = 'Windows Build Generated';
|
document.getElementById('pageTitle').textContent = 'Windows Build Generated';
|
||||||
platformLogos.windows.style.display = 'block';
|
platformLogos.windows.style.display = 'block';
|
||||||
platformNote.textContent = 'Note: You might need to disable SmartScreen or adjust Windows security settings.';
|
platformNote.textContent = 'Note: You might need to disable SmartScreen or adjust Windows security settings.';
|
||||||
@@ -199,4 +201,4 @@
|
|||||||
updatePlatformUI();
|
updatePlatformUI();
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>{{ ... }}
|
</html>{{ ... }}
|
||||||
|
|||||||
Reference in New Issue
Block a user