Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PatchManager.netkan #150

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NetKAN/PatchManager.netkan
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spec_version: v1.34

Check warning on line 1 in NetKAN/PatchManager.netkan

View workflow job for this annotation

GitHub Actions / Inflate

1597 [1] WARN CKAN.NetKAN.Transformers.SpaceWarpInfoTransformer (null) - Dependencies from swinfo.json missing from module: premonition

Check warning on line 1 in NetKAN/PatchManager.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3517 [1] WARN CKAN.NetKAN.Transformers.SpaceWarpInfoTransformer (null) - Dependencies from swinfo.json missing from module: premonition

Check warning on line 1 in NetKAN/PatchManager.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3542 [1] WARN CKAN.NetKAN.Validators.InstallsFilesValidator (null) - No matches for includes_only: patchers
identifier: PatchManager
$kref: '#/ckan/github/KSP2Community/PatchManager'
$vref: '#/ckan/space-warp'
Expand All @@ -12,6 +12,7 @@
- library
depends:
- name: SpaceWarp
- name: PremonitionForSpaceWarp
install:
- find: BepInEx
install_to: GameRoot
Expand All @@ -29,6 +30,7 @@
- library
depends:
- name: SpaceWarp
- name: PremonitionForSpaceWarp
install:
- find: BepInEx
install_to: GameRoot
Expand Down
Loading