Create Windows installer #53

This commit is contained in:
2025-07-29 08:06:44 -05:00
parent f88e4181f1
commit 2435a765f0

View File

@@ -1172,7 +1172,7 @@ ARG USERNAME=myuser
RUN addgroup -g $GID $USERNAME && \
adduser -D -u $UID -G $USERNAME -h /home/$USERNAME $USERNAME
RUN rsync -av --progress /root/.wine /home/$USERNAME/.wine/ && \
RUN rsync -av --progress /root/.wine/ /home/$USERNAME/.wine/ && \
chown -R $UID:$GID -R /home/$USERNAME/.wine/
RUN (mv ${MY_MINGW_DIR}/lib/*.dll ${MY_MINGW_DIR}/bin || echo "no dll's found") \