Skip to content

Commit

Permalink
Blocked themes from sending to wii
Browse files Browse the repository at this point in the history
  • Loading branch information
dhtdht020 committed Dec 1, 2021
1 parent 701961f commit 30470d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ def is_test(name):


def is_supported_by_wiiload(package):
# check if it's a theme
if package["package_type"] == "thm":
return False
# remove all directories under /apps
root_directories = []
for directory in package["extra_directories"]:
Expand Down

0 comments on commit 30470d0

Please sign in to comment.