Skip to content

Commit

Permalink
Fix icon pack previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemiii91 committed May 18, 2024
1 parent 7fe31e0 commit 5155bfe
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def build_release(theme: str, custom: list[str], all_existing: list[str]):
if theme not in all_existing:
custom.append(theme)

ensure_has_icon_preview(os.path.join(src_path, "icons"), force_mode=True)
ensure_has_icon_preview(os.path.join(src_path, "icons"))

rel_index = len(src_path if has_subdirs else os.path.dirname(src_path)) + 1

Expand Down Expand Up @@ -97,7 +97,7 @@ def build_icon_pack(icon_pack, all_icons) -> bool:
return False

clean_unwanted_files(src_path)
ensure_has_icon_preview(src_path, force_mode=True)
ensure_has_icon_preview(src_path)

rel_index = len(os.path.dirname(src_path)) + 1

Expand Down
Binary file modified release/Material (6-pack) by tenlevels.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5155bfe

Please sign in to comment.