From 228b696b00d8ffbc4c5e83401b3b90198f2977e5 Mon Sep 17 00:00:00 2001 From: Willy-JL Date: Fri, 21 Oct 2022 22:48:29 +0100 Subject: [PATCH] Add placeholder virustotal link --- .github/workflow_data/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow_data/release.py b/.github/workflow_data/release.py index ca68a1fd..113d79b3 100644 --- a/.github/workflow_data/release.py +++ b/.github/workflow_data/release.py @@ -21,7 +21,7 @@ for asset in release["assets"]: if asset_type.lower() in asset["name"].lower(): asset_url = asset["browser_download_url"] - body += f">### [{asset_type} {asset_icon}]({asset_url}) ([VirusTotal]())\n\n" + body += f">### [{asset_type} {asset_icon}]({asset_url}) ([VirusTotal](https://www.virustotal.com/gui/file/))\n\n" body += ( "## ❤️ Support\n" + "F95Checker is **Free and Open Source Software**, provided to you **free of cost**. However it is actively **developed by " +