-
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add KSP Trajectory Optimization Tool from SpaceDock
This is an automated commit on behalf of Arrowstar
- Loading branch information
1 parent
3ad1941
commit b58dbf4
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
identifier: KSPTrajectoryOptimizationTool | ||
Check warning on line 1 in NetKAN/KSPTrajectoryOptimizationTool.netkan GitHub Actions / Inflate
Check failure on line 1 in NetKAN/KSPTrajectoryOptimizationTool.netkan GitHub Actions / Inflate
Check warning on line 1 in NetKAN/KSPTrajectoryOptimizationTool.netkan GitHub Actions / Inflate
Check failure on line 1 in NetKAN/KSPTrajectoryOptimizationTool.netkan GitHub Actions / Inflate
|
||
$kref: '#/ckan/github/Arrowstar/ksptot' | ||
x_netkan_version_edit: | ||
find: ^v | ||
replace: '' | ||
strict: false | ||
--- | ||
identifier: KSPTrajectoryOptimizationTool | ||
$kref: '#/ckan/spacedock/3737' | ||
tags: | ||
- config | ||
- control | ||
- plugin | ||
depends: | ||
- name: kOS | ||
install: | ||
- find: KSPTOTConnect | ||
install_to: GameData | ||
x_via: Automated SpaceDock CKAN submission |