From f260d3edab206e007f4fd9aa17c72095d914bf24 Mon Sep 17 00:00:00 2001 From: Ningyuan Li Date: Thu, 31 Oct 2024 22:39:57 +0900 Subject: [PATCH] changed package version #7 --- Makefile.webos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.webos b/Makefile.webos index 8a2ec10994..03f0fe888b 100644 --- a/Makefile.webos +++ b/Makefile.webos @@ -22,7 +22,7 @@ SDL2_PREBUILT_ARCHIVE ?= https://github.com/webosbrew/SDL-webOS/releases/downloa ######################### ######################### -PACKAGE_NAME = com.retroarch +PACKAGE_NAME ?= com.retroarch.webos PACKAGE_VERSION := $(patsubst "%",%,$(RARCH_VERSION)) DEBUG ?= 0 @@ -294,7 +294,7 @@ install: ipk ares-install webos/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(ARCH).ipk launch: install - ares-launch com.retroarch + ares-launch $(PACKAGE_NAME) .PHONY: all clean ipk