diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index c2ebfce..b4bc0e7 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -279,8 +279,8 @@ jobs: with: path: /workspace/refringe/Build/build - - name: Merge Static and Dynamic Files - run: cp -rvf /workspace/refringe/Build/build/project/static/* /workspace/refringe/Build/release/ + - name: Merge Static Assets and Dynamic Files + run: cp -rvf /workspace/refringe/Build/build/static-assets/* /workspace/refringe/Build/release/ shell: bash - name: List Release Contents diff --git a/project/static/BepInEx/config/BepInEx.cfg b/static-assets/BepInEx/config/BepInEx.cfg similarity index 100% rename from project/static/BepInEx/config/BepInEx.cfg rename to static-assets/BepInEx/config/BepInEx.cfg diff --git a/project/static/BepInEx/config/com.bepis.bepinex.configurationmanager.cfg b/static-assets/BepInEx/config/com.bepis.bepinex.configurationmanager.cfg similarity index 100% rename from project/static/BepInEx/config/com.bepis.bepinex.configurationmanager.cfg rename to static-assets/BepInEx/config/com.bepis.bepinex.configurationmanager.cfg diff --git a/project/static/BepInEx/core/0Harmony.dll b/static-assets/BepInEx/core/0Harmony.dll similarity index 100% rename from project/static/BepInEx/core/0Harmony.dll rename to static-assets/BepInEx/core/0Harmony.dll diff --git a/project/static/BepInEx/core/0Harmony.xml b/static-assets/BepInEx/core/0Harmony.xml similarity index 100% rename from project/static/BepInEx/core/0Harmony.xml rename to static-assets/BepInEx/core/0Harmony.xml diff --git a/project/static/BepInEx/core/0Harmony20.dll b/static-assets/BepInEx/core/0Harmony20.dll similarity index 100% rename from project/static/BepInEx/core/0Harmony20.dll rename to static-assets/BepInEx/core/0Harmony20.dll diff --git a/project/static/BepInEx/core/BepInEx.Harmony.dll b/static-assets/BepInEx/core/BepInEx.Harmony.dll similarity index 100% rename from project/static/BepInEx/core/BepInEx.Harmony.dll rename to static-assets/BepInEx/core/BepInEx.Harmony.dll diff --git a/project/static/BepInEx/core/BepInEx.Harmony.xml b/static-assets/BepInEx/core/BepInEx.Harmony.xml similarity index 100% rename from project/static/BepInEx/core/BepInEx.Harmony.xml rename to static-assets/BepInEx/core/BepInEx.Harmony.xml diff --git a/project/static/BepInEx/core/BepInEx.Preloader.dll b/static-assets/BepInEx/core/BepInEx.Preloader.dll similarity index 100% rename from project/static/BepInEx/core/BepInEx.Preloader.dll rename to static-assets/BepInEx/core/BepInEx.Preloader.dll diff --git a/project/static/BepInEx/core/BepInEx.Preloader.xml b/static-assets/BepInEx/core/BepInEx.Preloader.xml similarity index 100% rename from project/static/BepInEx/core/BepInEx.Preloader.xml rename to static-assets/BepInEx/core/BepInEx.Preloader.xml diff --git a/project/static/BepInEx/core/BepInEx.dll b/static-assets/BepInEx/core/BepInEx.dll similarity index 100% rename from project/static/BepInEx/core/BepInEx.dll rename to static-assets/BepInEx/core/BepInEx.dll diff --git a/project/static/BepInEx/core/BepInEx.xml b/static-assets/BepInEx/core/BepInEx.xml similarity index 100% rename from project/static/BepInEx/core/BepInEx.xml rename to static-assets/BepInEx/core/BepInEx.xml diff --git a/project/static/BepInEx/core/HarmonyXInterop.dll b/static-assets/BepInEx/core/HarmonyXInterop.dll similarity index 100% rename from project/static/BepInEx/core/HarmonyXInterop.dll rename to static-assets/BepInEx/core/HarmonyXInterop.dll diff --git a/project/static/BepInEx/core/Mono.Cecil.Mdb.dll b/static-assets/BepInEx/core/Mono.Cecil.Mdb.dll similarity index 100% rename from project/static/BepInEx/core/Mono.Cecil.Mdb.dll rename to static-assets/BepInEx/core/Mono.Cecil.Mdb.dll diff --git a/project/static/BepInEx/core/Mono.Cecil.Pdb.dll b/static-assets/BepInEx/core/Mono.Cecil.Pdb.dll similarity index 100% rename from project/static/BepInEx/core/Mono.Cecil.Pdb.dll rename to static-assets/BepInEx/core/Mono.Cecil.Pdb.dll diff --git a/project/static/BepInEx/core/Mono.Cecil.Rocks.dll b/static-assets/BepInEx/core/Mono.Cecil.Rocks.dll similarity index 100% rename from project/static/BepInEx/core/Mono.Cecil.Rocks.dll rename to static-assets/BepInEx/core/Mono.Cecil.Rocks.dll diff --git a/project/static/BepInEx/core/Mono.Cecil.dll b/static-assets/BepInEx/core/Mono.Cecil.dll similarity index 100% rename from project/static/BepInEx/core/Mono.Cecil.dll rename to static-assets/BepInEx/core/Mono.Cecil.dll diff --git a/project/static/BepInEx/core/MonoMod.RuntimeDetour.dll b/static-assets/BepInEx/core/MonoMod.RuntimeDetour.dll similarity index 100% rename from project/static/BepInEx/core/MonoMod.RuntimeDetour.dll rename to static-assets/BepInEx/core/MonoMod.RuntimeDetour.dll diff --git a/project/static/BepInEx/core/MonoMod.RuntimeDetour.xml b/static-assets/BepInEx/core/MonoMod.RuntimeDetour.xml similarity index 100% rename from project/static/BepInEx/core/MonoMod.RuntimeDetour.xml rename to static-assets/BepInEx/core/MonoMod.RuntimeDetour.xml diff --git a/project/static/BepInEx/core/MonoMod.Utils.dll b/static-assets/BepInEx/core/MonoMod.Utils.dll similarity index 100% rename from project/static/BepInEx/core/MonoMod.Utils.dll rename to static-assets/BepInEx/core/MonoMod.Utils.dll diff --git a/project/static/BepInEx/core/MonoMod.Utils.xml b/static-assets/BepInEx/core/MonoMod.Utils.xml similarity index 100% rename from project/static/BepInEx/core/MonoMod.Utils.xml rename to static-assets/BepInEx/core/MonoMod.Utils.xml diff --git a/project/static/BepInEx/plugins/spt/ConfigurationManager.dll b/static-assets/BepInEx/plugins/spt/ConfigurationManager.dll similarity index 100% rename from project/static/BepInEx/plugins/spt/ConfigurationManager.dll rename to static-assets/BepInEx/plugins/spt/ConfigurationManager.dll diff --git a/project/static/BepInEx/plugins/spt/ConfigurationManager.xml b/static-assets/BepInEx/plugins/spt/ConfigurationManager.xml similarity index 100% rename from project/static/BepInEx/plugins/spt/ConfigurationManager.xml rename to static-assets/BepInEx/plugins/spt/ConfigurationManager.xml diff --git a/project/static/LICENSE-BEPINEX.txt b/static-assets/LICENSE-BEPINEX.txt similarity index 100% rename from project/static/LICENSE-BEPINEX.txt rename to static-assets/LICENSE-BEPINEX.txt diff --git a/project/static/LICENSE-ConfigurationManager.txt b/static-assets/LICENSE-ConfigurationManager.txt similarity index 100% rename from project/static/LICENSE-ConfigurationManager.txt rename to static-assets/LICENSE-ConfigurationManager.txt diff --git a/project/static/doorstop_config.ini b/static-assets/doorstop_config.ini similarity index 100% rename from project/static/doorstop_config.ini rename to static-assets/doorstop_config.ini diff --git a/project/static/winhttp.dll b/static-assets/winhttp.dll similarity index 100% rename from project/static/winhttp.dll rename to static-assets/winhttp.dll