File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ SDL2_PREBUILT_ARCHIVE ?= https://github.com/webosbrew/SDL-webOS/releases/downloa
2222#########################
2323#########################
2424
25- PACKAGE_NAME ?= com.retroarch.webos
25+ APP_PACKAGE_NAME ?= com.retroarch.webos
2626PACKAGE_VERSION := $(patsubst "%",%,$(RARCH_VERSION))
2727
2828DEBUG ?= 0
@@ -197,7 +197,7 @@ RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
197197
198198define APPINFO
199199{
200- "id": "$(PACKAGE_NAME )",
200+ "id": "$(APP_PACKAGE_NAME )",
201201 "version": "$(PACKAGE_VERSION)",
202202 "vendor": "webosbrew.org",
203203 "title": "RetroArch",
@@ -291,10 +291,10 @@ endif
291291 cd webos && ares-package dist
292292
293293install: ipk
294- ares-install webos/$(PACKAGE_NAME )_$(PACKAGE_VERSION)_$(ARCH).ipk
294+ ares-install webos/$(APP_PACKAGE_NAME )_$(PACKAGE_VERSION)_$(ARCH).ipk
295295
296296launch: install
297- ares-launch $(PACKAGE_NAME )
297+ ares-launch $(APP_PACKAGE_NAME )
298298
299299.PHONY: all clean ipk
300300
You can’t perform that action at this time.
0 commit comments