Skip to content

Commit

Permalink
StarshipExpansionProject: filter Spaces in case they move it (#10287)
Browse files Browse the repository at this point in the history
SEP might consider moving the Spaces folder inside the normal location in GameData.  the StarshipExpansionProjectIVA.netkan already can handle this, but we need to exclude it from this one.
  • Loading branch information
JonnyOThan authored Nov 11, 2024
1 parent 12425dd commit ebc37a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions NetKAN/StarshipExpansionProject.netkan
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
identifier: StarshipExpansionProject

Check warning on line 1 in NetKAN/StarshipExpansionProject.netkan

View workflow job for this annotation

GitHub Actions / Inflate

63894 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - Unbounded future compatibility for module with a plugin, consider setting $vref or ksp_version or ksp_version_max
$kref: '#/ckan/github/Kari1407/Starship-Expansion-Project'
install:
- find: StarshipExpansionProject
install_to: GameData
filter: Spaces
---
identifier: StarshipExpansionProject
name: Starship Expansion Project
Expand Down Expand Up @@ -31,3 +35,7 @@ suggests:
supports:
- name: HullcamVDSContinued
- name: NeptuneCamera
install:
- find: StarshipExpansionProject
install_to: GameData
filter: Spaces

0 comments on commit ebc37a4

Please sign in to comment.