Skip to content

Commit

Permalink
Add placeholder virustotal link
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Oct 21, 2022
1 parent 146123e commit 228b696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow_data/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 " +
Expand Down

0 comments on commit 228b696

Please sign in to comment.