mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
let's unfuck those sprites
This commit is contained in:
@@ -60,7 +60,7 @@ def main(relative_root):
|
||||
path = icon_conflicts[i]
|
||||
print("{}: {}".format("Merging", path))
|
||||
|
||||
common_ancestor_hash = run_shell_command("git merge-base ORIG_HEAD master").strip()
|
||||
common_ancestor_hash = run_shell_command("git merge-base MERGE_HEAD HEAD").strip()
|
||||
|
||||
ours_icon = NamedTemporaryFile(delete=False)
|
||||
theirs_icon = NamedTemporaryFile(delete=False)
|
||||
|
||||
Reference in New Issue
Block a user