Skip to content

Commit

Permalink
Update generate_image_json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HuTaoii authored Mar 11, 2024
1 parent e0d63b4 commit 553b698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate_image_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def generate_json():
json_data["icons"].append(icon_data)

# Set the output path relative to the repository root
output_path = os.path.join(os.getcwd(), 'test.icons.json')
output_path = os.path.join(os.getcwd(), 'icon.icons.json')

with open(output_path, 'w', encoding='utf-8') as json_file:
json.dump(json_data, json_file, ensure_ascii=False, indent=2)
Expand Down

0 comments on commit 553b698

Please sign in to comment.