diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index bc0644cc51..bc44858485 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -43,11 +43,11 @@ Rules: Sequences: mods/ra/sequences/ships.yaml mods/ra/sequences/vehicles.yaml - mods/ra/sequences/basestructures.yaml + mods/ra/sequences/structures.yaml mods/ra/sequences/infantry.yaml mods/ra/sequences/aircraft.yaml mods/ra/sequences/animations.yaml - mods/ra/sequences/other.yaml + mods/ra/sequences/map.yaml Cursors: mods/ra/cursors.yaml diff --git a/mods/ra/sequences/other.yaml b/mods/ra/sequences/map.yaml similarity index 100% rename from mods/ra/sequences/other.yaml rename to mods/ra/sequences/map.yaml diff --git a/mods/ra/sequences/basestructures.yaml b/mods/ra/sequences/structures.yaml similarity index 100% rename from mods/ra/sequences/basestructures.yaml rename to mods/ra/sequences/structures.yaml diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 744a81fbf4..f368f628d2 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -126,6 +126,7 @@ SectionGroup /e "Mods" File /r "${SRCDIR}\mods\ra\chrome" File /r "${SRCDIR}\mods\ra\bits" File /r "${SRCDIR}\mods\ra\rules" + File /r "${SRCDIR}\mods\ra\sequences" File /r "${SRCDIR}\mods\ra\tilesets" File /r "${SRCDIR}\mods\ra\uibits" SectionEnd