Skip to content

Commit f260d3e

Browse files
mariotakucscd98
authored andcommitted
changed package version #7
1 parent ce40635 commit f260d3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile.webos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
25+
PACKAGE_NAME ?= com.retroarch.webos
2626
PACKAGE_VERSION := $(patsubst "%",%,$(RARCH_VERSION))
2727

2828
DEBUG ?= 0
@@ -294,7 +294,7 @@ install: ipk
294294
ares-install webos/$(PACKAGE_NAME)_$(PACKAGE_VERSION)_$(ARCH).ipk
295295

296296
launch: install
297-
ares-launch com.retroarch
297+
ares-launch $(PACKAGE_NAME)
298298

299299
.PHONY: all clean ipk
300300

0 commit comments

Comments
 (0)