Figuring out dalamud experimental downloads

This commit is contained in:
Whatah Guy 2025-12-31 17:11:29 +08:00
parent 13500264b7
commit 4da98041b1
2 changed files with 126 additions and 9 deletions

View file

@ -1,13 +1,13 @@
[
{
"Author": "Ottermandias, Nylfae, Adam, Wintermute",
"Name": "Penumbra",
"Name": "PenumbraPreview",
"Punchline": "Runtime mod loader and manager.",
"Description": "Runtime mod loader and manager.",
"InternalName": "Penumbra",
"AssemblyVersion": "1.5.1.12",
"TestingAssemblyVersion": "1.5.1.12",
"RepoUrl": "https://github.com/xivdev/Penumbra",
"InternalName": "PenumbraPreview",
"AssemblyVersion": "0.1",
"TestingAssemblyVersion": "0.1",
"RepoUrl": "https://github.com/ffbewhatah-maker/PenumbraPreview",
"ApplicableVersion": "any",
"DalamudApiLevel": 14,
"TestingDalamudApiLevel": 14,
@ -18,9 +18,9 @@
"LoadPriority": 69420,
"LoadRequiredState": 2,
"LoadSync": true,
"DownloadLinkInstall": "https://github.com/xivdev/Penumbra/releases/download/1.5.1.12/Penumbra.zip",
"DownloadLinkTesting": "https://github.com/xivdev/Penumbra/releases/download/1.5.1.12/Penumbra.zip",
"DownloadLinkUpdate": "https://github.com/xivdev/Penumbra/releases/download/1.5.1.12/Penumbra.zip",
"IconUrl": "https://raw.githubusercontent.com/xivdev/Penumbra/master/images/icon.png"
"DownloadLinkInstall": "https://github.com/ffbewhatah-maker/PenumbraPreviewer/archive/refs/tags/main.zip",
"DownloadLinkTesting": "https://github.com/ffbewhatah-maker/PenumbraPreviewer/archive/refs/tags/main.zip",
"DownloadLinkUpdate": "https://github.com/ffbewhatah-maker/PenumbraPreviewer/archive/refs/tags/main.zip",
"IconUrl": "https://github.com/ffbewhatah-maker/PenumbraPreviewer/archive/refs/tags/main.zip"
}
]