Skip to content

Commit

Permalink
Update auto-build to take few more files of RT Antenna module
Browse files Browse the repository at this point in the history
  • Loading branch information
KSP-TaxiService committed Aug 7, 2018
1 parent 1b50800 commit 1a609be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion scripts/RemoteTech-Complete.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"copy_list": [
"*.md",
"*.txt",
"*.cfg"
"*.cfg",
"*.version",
"*.netkan"
],
"dst_dir": null,
"exception_list": [],
Expand Down
2 changes: 1 addition & 1 deletion scripts/packager_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def encode(file_path: str):

# copy files in root dir
rt_antennas_dir = Directory(".")
patterns = ["*.md", "*.txt", "*.cfg"]
patterns = ["*.md", "*.txt", "*.cfg","*.version","*.netkan"]
rt_antennas_dir.copy_list.extend(patterns)
rt_antennas.add_copyable_directory(rt_antennas_dir)

Expand Down

0 comments on commit 1a609be

Please sign in to comment.