-
Notifications
You must be signed in to change notification settings - Fork 0
/
deploy_files.yaml
103 lines (103 loc) · 4.44 KB
/
deploy_files.yaml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
vegas_helper_file_name: "VegasScriptHelper.dll"
vegas_helper_file_dir: ".\\VegasScriptHelper\\bin\\Release"
vegas_script_files:
- file: "InsertAudioFileFromDirectory.dll"
dir: ".\\VegasScriptInsertAudioFileFromDirectory\\bin\\Release"
- file: "AddMediaBinInSelectedTrack.dll"
dir: ".\\VegasScriptAddMediaBinInSelectedTrack\\bin\\Release"
- file: "ApplySerifuColor.dll"
dir: ".\\VegasScriptApplySerifuColor\\bin\\Release"
- file: "AssignVideoEventFromAudioEvent.dll"
dir: ".\\VegasScriptAssignVideoEventFromAudioEvent\\bin\\Release"
- file: "CreateInitialBin.dll"
dir: ".\\VegasScriptCreateInitialBin\\bin\\Release"
- file: "EditEventTime.dll"
dir: ".\\VegasScriptEditEventTime\\bin\\Release"
- file: "ExpandFirstVideoEvent.dll"
dir: ".\\VegasScriptExpandFirstVideoEvent\\bin\\Release"
- file: "RemoveJimakuPrefix.dll"
dir: ".\\VegasScriptRemoveJimakuPrefix\\bin\\Release"
- file: "SetJimakuColor.dll"
dir: ".\\VegasScriptSetJimakuColor\\bin\\Release"
- file: "UpdateSpaces.dll"
dir: ".\\VegasScriptUpdateSpaces\\bin\\Release"
- file: "CreateJimakuBackground.dll"
dir: ".\\VegasScriptCreateJimakuBackground\\bin\\Release"
- file: "CreateJimaku.dll"
dir: ".\\VegasScriptCreateJimaku\\bin\\Release"
- file: "EditEventTimeByTextBox.dll"
dir: ".\\VegasScriptEditEventTimeByTextBox\\bin\\Release"
- file: "YamlDotNet.dll"
dir: ".\\VegasScriptHelper\\bin\\Release"
vegas_extension_files:
- file: "InsertAudioFileFromDirectory.dll"
dir: ".\\VegasScriptInsertAudioFileFromDirectory\\bin\\Release"
- file: "AddMediaBinInSelectedTrack.dll"
dir: ".\\VegasScriptAddMediaBinInSelectedTrack\\bin\\Release"
- file: "ApplySerifuColor.dll"
dir: ".\\VegasScriptApplySerifuColor\\bin\\Release"
- file: "AssignVideoEventFromAudioEvent.dll"
dir: ".\\VegasScriptAssignVideoEventFromAudioEvent\\bin\\Release"
- file: "CreateInitialBin.dll"
dir: ".\\VegasScriptCreateInitialBin\\bin\\Release"
- file: "EditEventTime.dll"
dir: ".\\VegasScriptEditEventTime\\bin\\Release"
- file: "ExpandFirstVideoEvent.dll"
dir: ".\\VegasScriptExpandFirstVideoEvent\\bin\\Release"
- file: "RemoveJimakuPrefix.dll"
dir: ".\\VegasScriptRemoveJimakuPrefix\\bin\\Release"
- file: "SetJimakuColor.dll"
dir: ".\\VegasScriptSetJimakuColor\\bin\\Release"
- file: "UpdateSpaces.dll"
dir: ".\\VegasScriptUpdateSpaces\\bin\\Release"
- file: "CreateJimakuBackground.dll"
dir: ".\\VegasScriptCreateJimakuBackground\\bin\\Release"
- file: "CreateJimaku.dll"
dir: ".\\VegasScriptCreateJimaku\\bin\\Release"
- file: "EditEventTimeByTextBox.dll"
dir: ".\\VegasScriptEditEventTimeByTextBox\\bin\\Release"
- file: "ShowTrackLength.dll"
dir: ".\\VegasScriptShowTrackLength\\bin\\Release"
- file: "ShowSelectedEventTime.dll"
dir: ".\\VegasScriptShowSelectedEventTime\\bin\\Release"
- file: "ShowTips.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
- file: "EditEventTimeByTextBoxExt.dll"
dir: ".\\VegasScriptEditEventTimeByTextBoxExt\\bin\\Release"
- file: "EditCurrentPosition.dll"
dir: ".\\VegasScriptEditCurrentPosition\\bin\\Release"
- file: "VegasScriptLauncher.dll"
dir: ".\\VegasScriptLauncher\\bin\\Release"
- file: "YamlDotNet.dll"
dir: ".\\VegasScriptHelper\\bin\\Release"
- file: "Markdig.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
- file: "System.Buffers.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
- file: "System.Memory.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
- file: "System.Numerics.Vectors.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
- file: "System.Runtime.CompilerServices.Unsafe.dll"
dir: ".\\VegasScriptShowTips\\bin\\Release"
vegas_yaml_files:
- file: "SupportedAudioFileSettings.yaml"
dir: ".\\VegasScriptHelper"
- file: "VoiceActorColors.yaml"
dir: ".\\VegasScriptHelper"
- file: "VoiceActorOutlineColors.yaml"
dir: ".\\VegasScriptHelper"
- file: "DefaultBinNames.yaml"
dir: ".\\VegasScriptHelper"
- file: "DefaultTrackNames.yaml"
dir: ".\\VegasScriptHelper"
vegas_markdown_files:
- file: "Tips.md"
dir: ".\\VegasScriptShowTips"
vegas_font_files:
- file: "MPLUS1-VariableFont_wght.ttf"
dir: ".\\VegasScriptHelper"
dst_vegas_script_folder: "{0}\\Vegas Script Menu"
dst_vegas_extension_folder: "{0}\\Vegas Application Extensions"
cyross_vegas_script_folder: "..\\CyrossVegasScripts\\Vegas Script Menu"
cyross_vegas_extension_folder: "..\\CyrossVegasScripts\\Vegas Application Extensions"