Add load priority to release script.

This commit is contained in:
Ottermandias 2021-10-05 12:38:28 +02:00
parent ca7c997606
commit dda2587e89

View file

@ -78,6 +78,7 @@ jobs:
$json += ' "IsTestingExclusive": "False",' $json += ' "IsTestingExclusive": "False",'
$json += ' "DownloadCount": 0,' $json += ' "DownloadCount": 0,'
$json += ' "LastUpdate": 0,' $json += ' "LastUpdate": 0,'
$json += ' "LoadPriority": 69420,'
$json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' $json += ' "DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
$json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' $json += ' "DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'
$json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",' $json += ' "DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.0.0.0/Penumbra.zip",'