Get QtApng
This commit is contained in:
parent
b55082a676
commit
d4a2282a3e
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -27,6 +27,10 @@ jobs:
|
||||
|
||||
- name: Fetch external libs
|
||||
run: |
|
||||
# QtApng
|
||||
curl -L https://github.com/Skycoder42/QtApng/releases/download/1.1.4/qtapng-msvc2017_64-5.14.1.zip -o apng.zip
|
||||
unzip apng.zip
|
||||
|
||||
# discord-rpc
|
||||
curl -L https://github.com/discordapp/discord-rpc/releases/download/v3.4.0/discord-rpc-win.zip -o discord_rpc_win.zip
|
||||
unzip discord_rpc_win.zip
|
||||
@ -73,6 +77,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
windeployqt .
|
||||
cp ../../msvc2017_64/plugins/imageformats/qapng.dll ./imageformats/
|
||||
cp ../../discord-rpc/win64-dynamic/bin/discord-rpc.dll .
|
||||
cp ../../x64/bass.dll .
|
||||
cp ../../x64/bassopus.dll .
|
||||
|
Loading…
Reference in New Issue
Block a user