Skip to content

Commit 0260eca

Browse files
committed
Moved launcher images to themes/default
1 parent 99c7e38 commit 0260eca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2
-3
lines changed

BUILDING.md

+1-1

themes/default/README.md

-1
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tools/gen_images.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
output = '#include "gui.h"\n\n'
88
refs = ""
99

10-
for file in sorted(glob.glob("launcher/main/images/*.png")):
10+
for file in sorted(glob.glob("themes/default/*.png")):
1111
with open(file, "rb") as f:
1212
data = f.read()
1313
size = len(data)

0 commit comments

Comments
 (0)