Skip to content

Commit

Permalink
Include license files
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter committed Nov 24, 2024
1 parent d7d5d75 commit 9caeefe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build-and-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ ln -sf "../sdk/lib/libpspuser.a" "libpspuser.a" || { exit 1; }
ln -sf "../sdk/lib/libpspkernel.a" "libpspkernel.a" || { exit 1; }
cd -

# Copy licenses
mkdir -p $PSPDEV/psp/share/licenses/pspsdk
cp LICENSE $PSPDEV/psp/share/licenses/pspsdk/

mkdir -p $PSPDEV/share/licenses/PrxEncrypter
cp tools/PrxEncrypter/LICENSE $PSPDEV/share/licenses/PrxEncrypter

## Store build information
BUILD_FILE="${PSPDEV}/build.txt"
if [[ -f "${BUILD_FILE}" ]]; then
Expand Down

0 comments on commit 9caeefe

Please sign in to comment.