Skip to content

Commit

Permalink
Fix folder name of icons
Browse files Browse the repository at this point in the history
  • Loading branch information
rayzchen committed Jul 25, 2023
1 parent d6f2951 commit 6cb5098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
os.chdir(os.path.dirname(os.path.abspath(__file__)))
imgs = []
root = None
for file in glob.glob("editor\\icons\\window\\icon*.png"):
for file in glob.glob("pyunity_editor\\icons\\window\\icon*.png"):
img = Image.open(file)
if "256" in file:
root = img
Expand Down

0 comments on commit 6cb5098

Please sign in to comment.