forked from pizzaoverhead/SoundtrackEditor
-
Notifications
You must be signed in to change notification settings - Fork 3
/
disabled-jenkins-173.txt
58 lines (47 loc) · 1.63 KB
/
disabled-jenkins-173.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#
# This file contains several types of information:
#
# 0 KSP version, if not the current
# 1 Mod install directory, version file to use when building zip file
# 2 Project definitions
# 2c Compiler options and flags
# 3 Files to copy, source, dest
# 4 Directory to copy, sourcedir, destdir
# 5 Add ModuleManager to GameData
# 6 Spacedock.info mod id
# 7 Additional folders in the GameData to be included in the final zip
# 8 Additional mods to include, will copy into GameData and will be included in zip
# 9 Additional folders to include, at the same level as the GameData
# 10 Additional root top level directory
# 11 zip file name
# Special case if files are in the GameData directory itself
# Special Case: 7:GameData
#
# All paths are relative to the top git folder of the repo
#
# and must use forward slashes
#
# 0:KSPVersion
0:1.7.3
# 1a:BASEGAMEDIR
1a:Release
# 1:GAMEDIR, VERSIONFILE [, GITHUBREPO ]
1:SoundtrackEditorForked, SoundtrackEditorForked.173.version, SoundtrackEditorForked
# 2:PROJNAME, PROJFILE, VERSIONFILE, PLUGINSFOLDER
2:SoundtrackEditorForked,SoundtrackEditorForked/SoundtrackEditorForked-173.csproj,SoundtrackEditorForked.173.version,GameData/SoundtrackEditorForked/Plugins
# 3:SOURCEFILE, DESTDIR
3:SoundtrackEditorForked.173.version,GameData/SoundtrackEditorForked
3:ChangeLog.txt,GameData/SoundtrackEditorForked
# 7: AdditionalFolders in the GameData, 1 per line
# Special case if files are in the GameData directory itself
# Special Case: 7:GameData
9:Licenses
9:Music
9:Playlists
9:KSP_x64_Data
9:KSP_Data
# 8: AdditionalMods to include
#8:ConnectedLivingSpace
#
# End of file
#