1.0.0-alpha branch

This commit is contained in:
Maschell 2018-09-24 22:29:16 +02:00
parent 56320edb03
commit b5dd260105

View File

@ -7,6 +7,6 @@ RUN apt-get update && \
ENV WUT_ROOT=${DEVKITPRO}/wut ENV WUT_ROOT=${DEVKITPRO}/wut
RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta4/wut.linux64.7z && \ RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-alpha/wut.linux64.7z && \
7z x -y $(ls | grep "linux") -o${WUT_ROOT} && \ 7z x -y $(ls | grep "linux") -o${WUT_ROOT} && \
rm wut.linux64.7z rm wut.linux64.7z