-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"NAME":"KSPRescuePodFix", | ||
"URL":"http://ksp-avc.cybutek.net/version.php?id=391", | ||
"DOWNLOAD":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.5.3.13", | ||
"CHANGE_LOG_URL":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.5.3.13", | ||
"DOWNLOAD":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.6.4.14", | ||
"CHANGE_LOG_URL":"https://github.com/shadowmage45/KSPRescuePodFix/releases/tag/1.6.4.14", | ||
"VERSION": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":5, | ||
"PATCH":3, | ||
"BUILD":13 | ||
"MINOR":6, | ||
"PATCH":4, | ||
"BUILD":14 | ||
}, | ||
"KSP_VERSION": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":6, | ||
"MINOR":7, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MIN": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":6, | ||
"MINOR":7, | ||
"PATCH":0 | ||
}, | ||
"KSP_VERSION_MAX": | ||
{ | ||
"MAJOR":1, | ||
"MINOR":6, | ||
"MINOR":7, | ||
"PATCH":9 | ||
} | ||
} |
Binary file not shown.
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 @@ | ||
run build_start_here.bat -- it will do the rest |
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,11 @@ | ||
//KSPRescuePodFix build script | ||
//read by SSTUBuildTools.exe | ||
//currently only supported options are MS-DOS Command-Line options (CMD:) and Zip operations (ZIP:{}) | ||
versionFile = GameData/KSPRescuePodFix/KSPRescuePodFix.version | ||
//simply zip it up and export it to the parent directory | ||
ZIP:KSPRescuePodFix-%version%.zip | ||
{ | ||
+d GameData/KSPRescuePodFix:GameData/KSPRescuePodFix | ||
+f LICENSE:GameData/KSPRescuePodFix/LICENSE.txt | ||
} | ||
CMD:move /y *.zip .. |
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,2 @@ | ||
SSTUBuildTools.exe build build_script.txt | ||
pause |