File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ <h2 class="success-text">Build Generated Successfully</h2>
128
128
< div class ="download-section ">
129
129
{% if platform == 'windows' %}
130
130
< 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 >
132
132
{% elif platform == 'linux' %}
133
133
< a href ='/download?filename={{filename}}.deb&uuid={{uuid}} ' class ="download-link "> Download {{filename}}.deb</ a >
134
134
< a href ='/download?filename={{filename}}.rpm&uuid={{uuid}} ' class ="download-link "> Download {{filename}}.rpm</ a >
You can’t perform that action at this time.
0 commit comments