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

Add V-SwiFT from SpaceDock #158

Merged
merged 3 commits into from
Feb 18, 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
36 changes: 36 additions & 0 deletions NetKAN/VSwiFT.netkan
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
spec_version: v1.34

Check warning on line 1 in NetKAN/VSwiFT.netkan

View workflow job for this annotation

GitHub Actions / Inflate

3128 [1] WARN CKAN.NetKAN.Validators.PluginsValidator (null) - No plugin matching the identifier, manual installations won't be detected: BepInEx/plugins/VSwift/VSwift.dll, BepInEx/plugins/VSwift/VSwift.Modules.dll
identifier: VSwiFT
$kref: '#/ckan/github/KSP2Community/V-SwiFT'
$vref: '#/ckan/space-warp'
license: MIT
tags:
- config
- plugin
- library
depends:
- name: SpaceWarp
- name: PatchManager
install:
- find: VSwift
install_to: BepInEx/plugins
x_netkan_version_edit:
find: ^v
replace: ''
strict: 'false'
---
spec_version: v1.34
identifier: VSwiFT
$kref: '#/ckan/spacedock/3562'
$vref: '#/ckan/space-warp'
license: MIT
tags:
- config
- plugin
- library
depends:
- name: SpaceWarp
- name: PatchManager
install:
- find: VSwift
install_to: BepInEx/plugins
x_via: Automated SpaceDock CKAN submission
Loading