mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +01:00
Update Dockerfile
This commit is contained in:
parent
dbff9ca577
commit
f4dd784456
@ -1,6 +1,6 @@
|
|||||||
FROM wiiuenv/devkitppc:20210917
|
FROM wiiuenv/devkitppc:20210920
|
||||||
|
|
||||||
COPY --from=wiiuenv/wiiupluginsystem:20210917 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/wiiupluginsystem:20210924 /artifacts $DEVKITPRO
|
||||||
COPY --from=wiiuenv/libiosuhax:20210109 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/libiosuhax:20210924 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
WORKDIR project
|
WORKDIR project
|
@ -21,7 +21,7 @@ WUPS_PLUGIN_VERSION("0.1");
|
|||||||
WUPS_PLUGIN_AUTHOR("Maschell");
|
WUPS_PLUGIN_AUTHOR("Maschell");
|
||||||
WUPS_PLUGIN_LICENSE("GPL");
|
WUPS_PLUGIN_LICENSE("GPL");
|
||||||
|
|
||||||
WUPS_USE_WUT_DEVOPTAB()
|
WUPS_USE_WUT_DEVOPTAB();
|
||||||
|
|
||||||
uint32_t hostIpAddress = 0;
|
uint32_t hostIpAddress = 0;
|
||||||
int iosuhaxMount = 0;
|
int iosuhaxMount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user