We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f15ab98 commit 8d56e67Copy full SHA for 8d56e67
Makefile
@@ -34,7 +34,7 @@ APP_TITLE := $(TARGET)
34
APP_DESCRIPTION := Python on the 3DS
35
APP_AUTHOR := Valentin B., Python Software Foundation
36
APP_VERSION := 0.1.0
37
-ICON := $(TOPDIR)/icon.png
+ICON := logo.png
38
DIST_DIR := $(TARGET)-$(APP_VERSION)
39
40
#---------------------------------------------------------------------------------
@@ -67,6 +67,8 @@ LIBDIRS := $(PORTLIBS) $(CTRULIB) $(TOPDIR)/$(BUILD)/libpython
67
ifneq ($(BUILD),$(notdir $(CURDIR)))
68
69
70
+export APP_ICON := $(TOPDIR)/$(ICON)
71
+
72
export OUTPUT := $(CURDIR)/$(TARGET)
73
export TOPDIR := $(CURDIR)
74
logo.png
-25.8 KB
0 commit comments