mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-12 16:50:15 +01:00
github: Copy windows depedencies to the correct directory
This commit is contained in:
parent
bf4734daf2
commit
e2fe6fcc7e
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
@ -139,10 +139,10 @@ jobs:
|
||||
- name: Copy dependencies intall package directory
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p bygfoot-$BYGFOOT_VERSION
|
||||
cp bin/*.dll bygfoot-$BYGFOOT_VERSION
|
||||
cp ./share/doc/gtk+-2.22.1/COPYING bygfoot-$BYGFOOT_VERSION/COPYING.gtk+
|
||||
cp ./share/doc/glib-2.26.1/COPYING bygfoot-$BYGFOOT_VERSION/COPYING.glib
|
||||
mkdir -p bygfoot-$BYGFOOT_VERSION-win64
|
||||
cp bin/*.dll bygfoot-$BYGFOOT_VERSION-win64
|
||||
cp ./share/doc/gtk+-2.22.1/COPYING bygfoot-$BYGFOOT_VERSION-win64/COPYING.gtk+
|
||||
cp ./share/doc/glib-2.26.1/COPYING bygfoot-$BYGFOOT_VERSION-win64/COPYING.glib
|
||||
|
||||
- name: Package Bygfoot
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user