Skip to content

Commit

Permalink
unistore: Fix akmenu theme extraction (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored Nov 18, 2024
1 parent d152439 commit 4167275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from PIL import Image
from py7zr import SevenZipFile

SKIN_FOLDER_REGEX = r"(.*?\/?)(?:theme.ini|background|battery|grf|quickmenu|ui|video|volume|(?:bckgrd_1|bckgrd_2|icons|logo)\.png|(?:large|small)(?:-ds|-dsi)?\.nftr)$"
SKIN_FOLDER_REGEX = r"(.*?\/?)(?:theme.ini|background|battery|grf|quickmenu|ui|video|volume|(?:bckgrd_1|bckgrd_2|icons|logo)\.png|(?:large|small)(?:-ds|-dsi)?\.nftr|uisettings\.ini)$"


def webName(name: str) -> str:
Expand Down

0 comments on commit 4167275

Please sign in to comment.