Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
notmarek committed Oct 29, 2023
1 parent 1bc7c26 commit 19ca506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/buildHotfixForAllLangs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
linesPatched.append(line.format(lang_code=x))
f.writelines(linesPatched)
os.chmod("newHotfix/install-languagebreak-cleanup.sh", 0o755)
subprocess.Popen(("utils/buildHotfix.sh", "universal" if "--universal" in sys.argv else "", x)).wait()
subprocess.Popen(("utils/buildHotfix.sh " + "universal" if "--universal" in sys.argv else "", x)).wait()

0 comments on commit 19ca506

Please sign in to comment.