Skip to content

Commit 4c49c8f

Browse files
committed
adding msi package
1 parent 66265d7 commit 4c49c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdgenerator/templates/generated.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2 class="success-text">Build Generated Successfully</h2>
128128
<div class="download-section">
129129
{% if platform == 'windows' %}
130130
<a href='/download?filename={{filename}}.exe&uuid={{uuid}}' class="download-link">Download {{filename}}.exe</a>
131-
<a href='/download?filename={{filename}}.exe&uuid={{uuid}}' class="download-link">Download {{filename}}.msi</a>
131+
<a href='/download?filename={{filename}}.msi&uuid={{uuid}}' class="download-link">Download {{filename}}.msi</a>
132132
{% elif platform == 'linux' %}
133133
<a href='/download?filename={{filename}}.deb&uuid={{uuid}}' class="download-link">Download {{filename}}.deb</a>
134134
<a href='/download?filename={{filename}}.rpm&uuid={{uuid}}' class="download-link">Download {{filename}}.rpm</a>

0 commit comments

Comments
 (0)