Skip to content

Commit

Permalink
Removes reference to Makefile from package script
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Green committed Dec 3, 2021
1 parent 80366b6 commit 0861596
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import os.path

output_file = "saguarospace-bbedit-utils.tar.gz"
input_dir = "./Library"
makefile = "./Makefile"

with tarfile.open(output_file, "w:gz") as tar:
tar.add(input_dir, arcname=os.path.basename(input_dir))
tar.add(makefile, arcname=os.path.basename(makefile))

0 comments on commit 0861596

Please sign in to comment.