Skip to content

Commit 8d56e67

Browse files
committed
Correctly include app icon in binaries
1 parent f15ab98 commit 8d56e67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ APP_TITLE := $(TARGET)
3434
APP_DESCRIPTION := Python on the 3DS
3535
APP_AUTHOR := Valentin B., Python Software Foundation
3636
APP_VERSION := 0.1.0
37-
ICON := $(TOPDIR)/icon.png
37+
ICON := logo.png
3838
DIST_DIR := $(TARGET)-$(APP_VERSION)
3939

4040
#---------------------------------------------------------------------------------
@@ -67,6 +67,8 @@ LIBDIRS := $(PORTLIBS) $(CTRULIB) $(TOPDIR)/$(BUILD)/libpython
6767
ifneq ($(BUILD),$(notdir $(CURDIR)))
6868
#---------------------------------------------------------------------------------
6969

70+
export APP_ICON := $(TOPDIR)/$(ICON)
71+
7072
export OUTPUT := $(CURDIR)/$(TARGET)
7173
export TOPDIR := $(CURDIR)
7274

logo.png

-25.8 KB
Loading

0 commit comments

Comments
 (0)