From 0717aa6ab5699096458102e04dd87595f21d9be8 Mon Sep 17 00:00:00 2001 From: Refringe Date: Mon, 11 Mar 2024 13:45:30 -0400 Subject: [PATCH] Maybe? --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d5d31d9..42ad581 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -520,7 +520,7 @@ jobs: "embeds": [ { "title": $EMBED_TITLE, - "description": ($EMBED_DESCRIPTION + "\\n\\n**Build Name:**\\n" + $BUILD_NAME + "\\n\\n🚀 **Primary Download Link:**\\n" + $DOWNLOAD_LINK + "\\n\\n🔗 **Torrent Link:**\\n" + $TORRENT_LINK + "\\n\\n🧲 **Torrent Magnet Link:**\\n" + $MAGNET_LINK + "\\n\\n**Mirrors:**\\n\\n🚧 In order to conserve bandwidth, please consider using the *above* methods to download the release. If you have issues using those methods, you're free to download using any of the following HTTP mirrors.\\n\\n⚠️ While the links *below* are not secret, **do not advertise them**. The primary MEGA link or torrent should be used to advertise any downloads.\\n\\n" + $DOWNLOAD_LINK), + "description": ($EMBED_DESCRIPTION + "\\n\\n**Build Name:**\\n" + $BUILD_NAME + "\\n\\n🚀 **Primary Download Link:**\\n" + $DOWNLOAD_LINK + "\\n\\n🔗 **Torrent Link:**\\n" + $TORRENT_LINK + "\\n\\n🧲 **Torrent Magnet Link:**\\n" + $MAGNET_LINK + "\\n\\n**Mirrors:**\\n\\n🚧 In order to conserve bandwidth, please consider using the *above* methods to download the release. If you have issues using those methods, you're free to download using any of the following HTTP mirrors.\\n\\n🚧 While the links *below* are not secret, **do not advertise them**. The primary MEGA link or torrent should be used to advertise any downloads.\\n\\n" + $DOWNLOAD_LINK), "url": $DOWNLOAD_LINK, "color": $EMBED_COLOR, "footer": {