Skip to content

Commit

Permalink
Merge pull request WikiTeam#44 from randomnetcat/fix-launcher-path
Browse files Browse the repository at this point in the history
Remove xml part of launcher wikidump name
  • Loading branch information
robkam authored Dec 24, 2022
2 parents 798f6e1 + 313169b commit acd2b82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wikiteam3/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ def main():

pathHistoryTmp = Path("..", prefix + "-history.xml.7z.tmp")
pathHistoryFinal = Path("..", prefix + "-history.xml.7z")
pathFullTmp = Path("..", prefix + "-wikidump.xml.7z.tmp")
pathFullFinal = Path("..", prefix + "-wikidump.xml.7z")
pathFullTmp = Path("..", prefix + "-wikidump.7z.tmp")
pathFullFinal = Path("..", prefix + "-wikidump.7z")

# Make a non-solid archive with all the text and metadata at default compression. You can also add config.txt if you don't care about your computer and user names being published or you don't use full paths so that they're not stored in it.
compressed = subprocess.call(
Expand Down

0 comments on commit acd2b82

Please sign in to comment.