Skip to content

Commit

Permalink
changed package version #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed Oct 31, 2024
1 parent bc1a0e8 commit 424d9d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.webos
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -269,7 +269,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

Expand Down

0 comments on commit 424d9d9

Please sign in to comment.