mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Merge pull request #22 from d0k3/patch-1
Fix Ninjhax output name and icon usage
This commit is contained in:
commit
80f2ea0417
@ -26,7 +26,7 @@ include $(DEVKITARM)/3ds_rules
|
|||||||
# - icon.png
|
# - icon.png
|
||||||
# - <libctru folder>/default_icon.png
|
# - <libctru folder>/default_icon.png
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
TARGET := $(notdir $(CURDIR))
|
TARGET := ftbrony
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source
|
SOURCES := source
|
||||||
DATA := data
|
DATA := data
|
||||||
@ -35,6 +35,7 @@ INCLUDES := include
|
|||||||
APP_TITLE := ftBRONY
|
APP_TITLE := ftBRONY
|
||||||
APP_DESCRIPTION := Like ftPONY but magical.
|
APP_DESCRIPTION := Like ftPONY but magical.
|
||||||
APP_AUTHOR := mtheall
|
APP_AUTHOR := mtheall
|
||||||
|
ICON := ftbrony.png
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# options for code generation
|
# options for code generation
|
||||||
|
Loading…
Reference in New Issue
Block a user