Initial template setup
CI / build (push) Failing after 34s

This commit is contained in:
2026-05-09 16:41:15 +02:00
commit 4a2e840888
20 changed files with 561 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
[
{
"Author": "Florian Wathling",
"Name": "PluginNameTemplate",
"Punchline": "Short tag-line that shows in the plugin installer.",
"Description": "Longer description for testers using the custom repo.",
"InternalName": "PluginNameTemplate",
"AssemblyVersion": "0.1.0",
"TestingAssemblyVersion": "0.1.0",
"RepoUrl": "https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate",
"ApplicableVersion": "any",
"Tags": ["hellion-forge"],
"DalamudApiLevel": 13,
"IconUrl": "https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate/raw/branch/main/images/icon.png",
"DownloadLinkInstall": "https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate/releases/download/v0.1.0/latest.zip",
"DownloadLinkUpdate": "https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate/releases/download/v0.1.0/latest.zip",
"DownloadLinkTesting": "https://gitea.hellion-forge.cloud/Hellion-Forge/PluginNameTemplate/releases/download/v0.1.0/latest.zip",
"Changelog": "v0.1.0 — Initial release."
}
]