Navigation Menu

Skip to content

Commit

Permalink
Added Linux LPP Build Script.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmmarechal committed Dec 1, 2016
1 parent 6d84a87 commit a26b258
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.sh
@@ -0,0 +1,14 @@
#!/bin/bash
#LPP Builder Script for Linux
#By gnmmarechal
#This version of the script is not supported or endorsed by Rinnegatamante
echo "LPP Builder Script for Linux v1.0 by gnmmarechal"

echo -n "Insert homebrew name: "
read title
echo -n "Insert homebrew title ID (4 characters): "
read titleID

./vita-mksfoex -s TITLE_ID=${titleid^^}00001 "${title}" param.sfo
yes | cp -rf param.sfo build/sce_sys/param.sfo
7z a -tzip "${title}.vpk" -r ./build/* ./build/eboot.bin

0 comments on commit a26b258

Please sign in to comment.