mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2026-08-26 04:46:55 -05:00
Fix the path to the portlibs.zip
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user