Skip to content

Commit

Permalink
copy over new dlls for win build
Browse files Browse the repository at this point in the history
  • Loading branch information
ouwou committed Aug 15, 2022
1 parent d99f16f commit 039cc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
cp -r res/css res/res res/fonts build/artifactdir/bin
cp /mingw64/share/glib-2.0/schemas/gschemas.compiled build/artifactdir/share/glib-2.0/schemas
cat "ci/msys-deps.txt" | sed 's/\r$//' | xargs -I % cp /mingw64% build/artifactdir/bin || :
cp /usr/bin/msys-ffi-8.dll build/artifactdir/bin/libffi-8.dll
mkdir -p build/artifactdir/share/icons/Adwaita
cd build/artifactdir/share/icons/Adwaita
mkdir -p 16x16/actions 24x24/actions 32x32/actions 48x48/actions 64x64/actions 96x96/actions scalable/actions
Expand Down
1 change: 1 addition & 0 deletions ci/msys-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
/bin/libwinpthread-1.dll
/bin/libzstd.dll
/bin/zlib1.dll
../usr/bin/msys-2.0.dll

0 comments on commit 039cc74

Please sign in to comment.