diff --git a/packages/gui/extra/scripts/github.script b/packages/gui/extra/scripts/github.script
index fcbbac0e..ca1e71f1 100644
--- a/packages/gui/extra/scripts/github.script
+++ b/packages/gui/extra/scripts/github.script
@@ -223,7 +223,7 @@
url = new_download_url[i][0] + href[1]
}
if (location.host !== 'github.com') url = url.replace(location.host,'github.com')
- _html += `${new_download_url[i][1]}`
+ _html += `${new_download_url[i][1]}`
}
_this.parentElement.nextElementSibling.insertAdjacentHTML('beforeend', _html + '');
});