Fix the path to the portlibs.zip

This commit is contained in:
Maschell 2019-03-01 19:32:02 +01:00
parent 16fb3a7080
commit 597e98d60a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/bash
#
7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
mkdir portlib_repos
cd portlib_repos
((git clone https://github.com/Maschell/dynamic_libs.git -b lib && (7z x -y ./dynamic_libs/libs/portlibs.zip -o${DEVKITPRO})) || (cd dynamic_libs && git pull))