chore: update stuff

This commit is contained in:
Anna 2023-08-24 14:11:37 -04:00
parent f9fbeda2d9
commit 945f51c839
Signed by: anna
GPG Key ID: D0943384CD9F87D1
4 changed files with 19 additions and 19 deletions

View File

@ -72,7 +72,7 @@ def extract_manifests(info):
def add_extra_fields(info, manifests):
for manifest in manifests:
# generate the download link from the internal assembly name
manifest['DownloadLinkInstall'] = f'https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/{info["plugins_dir"]}/{manifest["InternalName"]}/latest.zip'
manifest['DownloadLinkInstall'] = f'https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/{info["plugins_dir"]}/{manifest["InternalName"]}/latest.zip'
# add default values if missing
for k, v in DEFAULTS.items():
if k not in manifest:

View File

@ -9,11 +9,11 @@
"ApplicableVersion": "any",
"DalamudApiLevel": 7,
"Punchline": "Leave messages like in Souls games. Great chest ahead.",
"DownloadLinkInstall": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"DownloadLinkInstall": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"DownloadLinkTesting": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/plugins/OrangeGuidanceTomestone/latest.zip",
"LastUpdate": "1662319194"
}
]

View File

@ -7,11 +7,11 @@
"AssemblyVersion": "2.0.1",
"ApplicableVersion": "any",
"DalamudApiLevel": 5,
"DownloadLinkInstall": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"DownloadLinkInstall": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"DownloadLinkTesting": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/DalamudPython/latest.zip",
"LastUpdate": "1641412906"
},
{
@ -23,11 +23,11 @@
"ApplicableVersion": "any",
"DalamudApiLevel": 5,
"Punchline": "Adds a better macro system to the game.",
"DownloadLinkInstall": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"DownloadLinkInstall": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"DownloadLinkTesting": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Macrology/latest.zip",
"LastUpdate": "1641412754"
},
{
@ -40,27 +40,27 @@
"ApplicableVersion": "any",
"DalamudApiLevel": 6,
"Punchline": "The Roleplayer's Toolbox",
"DownloadLinkInstall": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"DownloadLinkInstall": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"DownloadLinkTesting": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/RoleplayersToolbox/latest.zip",
"LastUpdate": "1658164510"
},
{
"Author": "ascclemens",
"Author": "Anna",
"Name": "Mastercraft",
"Description": "Mastercraft will handle your tedious crafting for you. Import rotations with\nspecific food and pot, then queue up all the crafts you need. Mastercraft\nautomatically refreshes food and pots as necessary, and it crafts faster than\na macro ever could!\n\n- Pauseable queue system for crafts\n- Byregot's protection on specialists with delineations (optional)\n- Skip quality actions when quality is already maxed (optional)\n- Macro importer\n- Pre-queue sanity checks (have stats, have gearset, have food, etc.)\n- Fastest possible crafting time\n- View all crafter gearset stats on one screen\n- Automatically switch job, use food/pot, start craft\n- Can use your computer (and to a lesser degree your game) while it runs",
"InternalName": "Mastercraft",
"AssemblyVersion": "1.1.7.0",
"AssemblyVersion": "1.1.8.0",
"ApplicableVersion": "any",
"DalamudApiLevel": 8,
"Punchline": "Queue up crafts! Set and forget!",
"DownloadLinkInstall": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"DownloadLinkInstall": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/ascclemens/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"LastUpdate": "1685034820"
"DownloadLinkTesting": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"DownloadLinkUpdate": "https://git.anna.lgbt/anna/plugin_repo/raw/branch/main/unofficial/Mastercraft/latest.zip",
"LastUpdate": "1692900604"
}
]

Binary file not shown.