Installation instructions:
- On a Steam Deck or Steam Machine, create
Containerfile:
FROM archlinux AS build-stage
RUN pacman -Syu --noconfirm git make python3
WORKDIR /umu-launcher
RUN git clone --recurse-submodules https://github.com/Open-Wine-Components/umu-launcher .
RUN ./configure.sh --user-install
RUN make install
FROM scratch
COPY --from=build-stage /root/.local/bin /- Then run:
podman build --output $HOME/.local/bin .
Thats it 😄
Now you can run umu-run