Move pkg files to assets/pkg

This commit is contained in:
Jaby 2024-03-22 11:18:43 -05:00
parent 66f4e03296
commit 57747723af
5 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ cd $BASEDIR
source extern/py3venv/bin/activate source extern/py3venv/bin/activate
cd extern/pop-fe/ cd extern/pop-fe/
./pop-fe.py --title=$1 --ps1-newemu --cover=$2/Icon.png --pic0=$2/Pic0.png --pic1=$2/Pic1.png --ps3-pkg="${3%.*}.pkg" $3 ./pop-fe.py --title=$1 --ps1-newemu --cover=$2/Icon.png --pic0=$2/Title.png --pic1=$2/Background.png --ps3-pkg="${3%.*}.pkg" $3

View File

@ -8,7 +8,7 @@ $(CD_OUTPUT): always
$(PKG_OUTPUT): always $(PKG_OUTPUT): always
@mkdir -p $(REGION) @mkdir -p $(REGION)
@echo "!!PKG generation is experimentel!!" @echo "!!PKG generation is experimentel!!"
run_pop_fe.sh $(ARTIFACT) $(PWD)/iso $(PWD)/iso/$(REGION)/$(ARTIFACT).cue run_pop_fe.sh $(ARTIFACT) $(PWD)/assets/pkg $(PWD)/iso/$(REGION)/$(ARTIFACT).cue
all: $(CD_OUTPUT) all: $(CD_OUTPUT)
clean: pkg_clean clean: pkg_clean