Skip to content

Commit e247bcb

Browse files
committed
fix settings and card icon borders, use env var in artifact path, remove ffmpeg from vcpkg
1 parent f4bfa4e commit e247bcb

File tree

5 files changed

+3
-16
lines changed

5 files changed

+3
-16
lines changed

.github/workflows/windowx-x86-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
name: dll-artifacts
4949
path: |
50-
out/build/x86-release/backend.dll
51-
out/build/x86-release/vefxio.dll
52-
out/build/x86-release/eamio.dll
50+
${{ github.workspace }}/out/build/x86-release/backend.dll
51+
${{ github.workspace }}/out/build/x86-release/vefxio.dll
52+
${{ github.workspace }}/out/build/x86-release/eamio.dll
5353

assets/icon_card.png

2.71 KB
Loading

assets/icon_movie.png

5.24 KB
Loading

assets/icon_settings.png

2.78 KB
Loading

vcpkg.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,5 @@
33
"version": "1.0.0",
44
"builtin-baseline": "b91c3336aee7f32412508f7dd351ae2cabdb8819",
55
"dependencies": [
6-
{
7-
"default-features": false,
8-
"name": "ffmpeg",
9-
"version>=": "7.1.1#3",
10-
"features": [
11-
"avformat",
12-
"avdevice",
13-
"avcodec",
14-
"nvcodec",
15-
"fdk-aac"
16-
]
17-
},
18-
"pkgconf"
196
]
207
}

0 commit comments

Comments
 (0)