Skip to content

Commit d451213

Browse files
committed
feat!: generated files get moved after archive creation
1 parent c72f73e commit d451213

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To use, run the following:
99
python parcel.py [input folder] [output file]
1010
```
1111
Where:
12-
* `input folder` is a copy aircraft root folder (with the .acf file) and
12+
* `input folder` is a copy of the aircraft root folder (with the .acf file)
1313
* `output file` is the archive to output the aircraft to. You should include the file extension, as Parcel will automatically use that to determine what compression algorithm it uses.
1414

1515
Important things to note:

parcel.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,8 @@ def main():
117117
print("Generating", output_file)
118118
shutil.make_archive(outputs[0], outputs[1], input_folder)
119119

120+
shutil.move("skunkcrafts_updater_sizeslist.txt", input_folder)
121+
shutil.move("skunkcrafts_updater_whitelist.txt", input_folder)
122+
120123

121124
main()

0 commit comments

Comments
 (0)