Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie-mh committed May 14, 2023
1 parent f2e94b9 commit 233a520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/basic_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def build_pack(settings: BasicBuildSettings, build_dir: str):
pack = icon_pack_pb2.IconPack()
pack.name = settings.pack_name
pack.description = settings.pack_description
pack.url = settings.pack_description
pack.url = settings.pack_url

add_png_files_to_pack(pack, build_dir)
output_path = f"{settings.output_name}.iconpack"
Expand Down

0 comments on commit 233a520

Please sign in to comment.