Fix various typos with codespell
Using 2.2.7.dev51+geb4a58fe.
This commit is contained in:
parent
e38686f85b
commit
ba713c80df
9 changed files with 14 additions and 13 deletions
|
|
@ -99,8 +99,8 @@ def make_icu_data(target, source, env):
|
|||
|
||||
|
||||
def write_macos_plist(target, binary_name, identifier, name):
|
||||
os.makedirs(f"{target}/Resourece/", exist_ok=True)
|
||||
f = open(f"{target}/Resourece/Info.plist", "w")
|
||||
os.makedirs(f"{target}/Resource/", exist_ok=True)
|
||||
f = open(f"{target}/Resource/Info.plist", "w")
|
||||
|
||||
f.write(f'<?xml version="1.0" encoding="UTF-8"?>\n')
|
||||
f.write(f'<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue