mirror of
https://github.com/sp-tarkov/build.git
synced 2025-02-13 01:30:46 -05:00
Updates Discord JSON
This commit is contained in:
parent
01713772ac
commit
5e4d396bc1
@ -678,14 +678,14 @@ jobs:
|
||||
"name": "Primary Download Link",
|
||||
"value": $LINK_MEGA
|
||||
}
|
||||
]
|
||||
+ (if $BUILD_TYPE == "release" then
|
||||
[{
|
||||
] +
|
||||
(if $BUILD_TYPE == "release" then [
|
||||
{
|
||||
"name": "Torrent Link",
|
||||
"value": $LINK_TORRENT
|
||||
}]
|
||||
else [] end)
|
||||
+ [
|
||||
}
|
||||
] else [] end) +
|
||||
[
|
||||
{
|
||||
"name": "Fallback Mirror",
|
||||
"value": $LINK_HTTPS
|
||||
|
Loading…
x
Reference in New Issue
Block a user