From 4ce00f27ca37f6e10397aa15716a4467aa8585e9 Mon Sep 17 00:00:00 2001 From: R Date: Mon, 16 Oct 2023 10:35:55 -0700 Subject: [PATCH] EldenRing 0.0.1.0 (#2710) * EldenRing 0.0.1.0 * Fix build --- .../live => stable}/EldenRing/images/icon.png | Bin stable/EldenRing/manifest.toml | 14 ++++++++++++++ testing/live/EldenRing/manifest.toml | 9 --------- 3 files changed, 14 insertions(+), 9 deletions(-) rename {testing/live => stable}/EldenRing/images/icon.png (100%) create mode 100644 stable/EldenRing/manifest.toml delete mode 100644 testing/live/EldenRing/manifest.toml diff --git a/testing/live/EldenRing/images/icon.png b/stable/EldenRing/images/icon.png similarity index 100% rename from testing/live/EldenRing/images/icon.png rename to stable/EldenRing/images/icon.png diff --git a/stable/EldenRing/manifest.toml b/stable/EldenRing/manifest.toml new file mode 100644 index 0000000000..1056817a1d --- /dev/null +++ b/stable/EldenRing/manifest.toml @@ -0,0 +1,14 @@ +[plugin] +repository = "https://github.com/reiichi001/EldenRingDalamud.git" +commit = "bee85dce4ef4975102ec55407dfabdaccf082505" +owners = [ + "Roselyyn", + "reiichi001" +] +project_path = "EldenRing" +changelog = """ +Updated for API 9 Compatibility +- Switch from opcode to dutystate by MidoriKami +- Other API 9 update grabbed from Kurochi51's PR +- Moved to stable because it was formerly testing exclusive, but didn't need to be. +""" \ No newline at end of file diff --git a/testing/live/EldenRing/manifest.toml b/testing/live/EldenRing/manifest.toml deleted file mode 100644 index 874eea80c7..0000000000 --- a/testing/live/EldenRing/manifest.toml +++ /dev/null @@ -1,9 +0,0 @@ -[plugin] -repository = "https://github.com/reiichi001/EldenRingDalamud.git" -commit = "8f00a28d20274ffb64f712615ea2abe9047892a0" -owners = [ - "Roselyyn", - "reiichi001" -] -project_path = "EldenRing" -changelog = "API 8 Compatibility"