Create Windows installer #53

This commit is contained in:
2025-07-29 08:04:36 -05:00
parent 5d2a1b0c17
commit f88e4181f1

View File

@@ -1172,8 +1172,8 @@ 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 && \
chown -R $UID:$GID -R /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") \
&& chmod 0777 -R ${MY_MINGW_DIR} \