mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-15 13:20:38 -05:00
use proper url for devkitPro
This commit is contained in:
parent
2088ec214e
commit
814731ce26
|
|
@ -11,11 +11,11 @@ GAME_TITLE := $(notdir $(OUTPUT))
|
|||
endif
|
||||
|
||||
ifeq ($(strip $(GAME_SUBTITLE1)),)
|
||||
GAME_SUBTITLE1 := www.devkitpro.org
|
||||
GAME_SUBTITLE1 := built with devkitARM
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(GAME_SUBTITLE2)),)
|
||||
GAME_SUBTITLE2 := www.drunkencoders.com
|
||||
GAME_SUBTITLE2 := http://devkitpro.org
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(GAME_ICON)),)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user