mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-17 10:19:21 +01:00
Fix the path to the portlibs.zip
This commit is contained in:
parent
16fb3a7080
commit
597e98d60a
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
#
|
#
|
||||||
7z x -y ./loader/libs/portlibs.zip -o${DEVKITPRO}
|
7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
||||||
mkdir portlib_repos
|
mkdir portlib_repos
|
||||||
cd 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))
|
((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))
|
||||||
|
Loading…
Reference in New Issue
Block a user