Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
fix: overwrite correspondence for binfont.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
atoring committed May 13, 2018
1 parent a7a29b4 commit 936fcbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion general/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,9 @@ def patch_font():
os.remove("./data/common.dat")

# binfont
subprocess.Popen(["../compile/unzip", "-d", "../binfont/out/", "../binfont/out/notosanscjksc-medium.otf.binfont.zip"]).wait()
subprocess.Popen(["../compile/unzip", "-d", "-o", "../binfont/out/", "../binfont/out/notosanscjksc-medium.otf.binfont.zip"]).wait()
shutil.copy2("../binfont/out/notosanscjksc-medium.otf.binfont", "./out/common/notosanscjksc-medium.otf.binfont")
os.remove("../binfont/out/notosanscjksc-medium.otf.binfont")

# pack
try:
Expand Down

0 comments on commit 936fcbf

Please sign in to comment.