Integrate pop-fe better

This commit is contained in:
Jaby
2024-03-22 00:50:37 -05:00
committed by Jaby
parent e7cf4ad7b0
commit 8c824593f0
9 changed files with 30 additions and 49 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/bash
#Made possible by Cody the white tiger
BASEDIR=$(dirname "$0")
cd $BASEDIR
source extern/py3venv/bin/activate
cd extern/pop-fe/
./pop-fe.py --title=MyGame --ps1-newemu --cover=$2/Icon.png --pic0=$2/Pic0.png --pic1=$2/Pic1.png --ps3-pkg="${1%.*}.pkg" $1
./pop-fe.py --title=$1 --ps1-newemu --cover=$2/Icon.png --pic0=$2/Pic0.png --pic1=$2/Pic1.png --ps3-pkg="${3%.*}.pkg" $3