Skip to content

Commit b90ba18

Browse files
authored
Merge pull request #3475 from Dovahseod/build-script-utf8
thanks
2 parents f24811d + 15d3552 commit b90ba18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def firefox():
143143

144144
os.chdir(temporary_path)
145145

146-
with open('manifest.json', 'r+') as json_file:
146+
with open('manifest.json', 'r+', encoding='utf8') as json_file:
147147
data = json.load(json_file)
148148

149149
version = data['version']

0 commit comments

Comments
 (0)