Skip to content

Commit

Permalink
update unzip skia
Browse files Browse the repository at this point in the history
  • Loading branch information
hardingadonis committed Apr 4, 2024
1 parent 03f6582 commit cbdf319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def download_skia_for_windows(tag):
with open(f'src/{SKIA_RELEASE_FILE_NAME}', 'wb') as f:
f.write(file_response.content)

os.system(f'7z x src/{SKIA_RELEASE_FILE_NAME}')
os.system(f'7z x src/{SKIA_RELEASE_FILE_NAME} -osrc/skia')

pass

Expand Down

0 comments on commit cbdf319

Please sign in to comment.