Compare commits

..

No commits in common. "a163c71a9bbae1a1f95366aa8dcba7ebc732c66d" and "fd512f0f8c040ea634d917203704d7257f229c92" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ RUN useradd -ms /bin/bash rust
ADD peldd /usr/bin/peldd ADD peldd /usr/bin/peldd
ADD package.sh /usr/bin/package.sh ADD package.sh /usr/bin/package.sh
RUN dnf install -y mingw64-gcc mingw64-freetype mingw64-cairo mingw64-harfbuzz mingw64-pango mingw64-poppler mingw64-gtk3 mingw64-winpthreads-static mingw64-glib2-static gcc boost zip git cmake @development-tools && dnf clean all -y RUN dnf install -y mingw64-gcc mingw64-freetype mingw64-cairo mingw64-harfbuzz mingw64-pango mingw64-poppler mingw64-gtk3 mingw64-winpthreads-static mingw64-glib2-static gcc boost zip git && dnf clean all -y
USER rust USER rust

View File

@ -19,4 +19,4 @@ cp -r "$GTK_INSTALL_PATH"/share/icons package/share/icons
mingw-strip package/* mingw-strip package/*
zip -q -r package.zip package/* zip -r package.zip package/*