diff --git a/static/releases.html b/static/releases.html index e92b522f..3e0a8b1b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -351,6 +351,6 @@ GitHub - + diff --git a/static/releases.js b/static/releases.js index 101f3133..90773003 100644 --- a/static/releases.js +++ b/static/releases.js @@ -1,3 +1,5 @@ +// @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT + "use strict"; const baseUrl = "https://seamlessupdate.app/"; @@ -40,3 +42,5 @@ for (const channel of channels) { }); } } + +// @license-end