Skip to content

Commit 1a609be

Browse files
Update auto-build to take few more files of RT Antenna module
1 parent 1b50800 commit 1a609be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

scripts/RemoteTech-Complete.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"copy_list": [
66
"*.md",
77
"*.txt",
8-
"*.cfg"
8+
"*.cfg",
9+
"*.version",
10+
"*.netkan"
911
],
1012
"dst_dir": null,
1113
"exception_list": [],

scripts/packager_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def encode(file_path: str):
122122

123123
# copy files in root dir
124124
rt_antennas_dir = Directory(".")
125-
patterns = ["*.md", "*.txt", "*.cfg"]
125+
patterns = ["*.md", "*.txt", "*.cfg","*.version","*.netkan"]
126126
rt_antennas_dir.copy_list.extend(patterns)
127127
rt_antennas.add_copyable_directory(rt_antennas_dir)
128128

0 commit comments

Comments
 (0)