Skip to content

Commit 0a0d978

Browse files
committed
ci: Add GitHub Actions workflow for build and release
1 parent 37a414f commit 0a0d978

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

builder-intellect.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
{
3737
"from": "extra/analytics/",
3838
"to": "analytics"
39+
},
40+
{
41+
"from": "mediamtx/",
42+
"to": "mediamtx"
3943
}
4044
],
4145
"files": [

builder-lite.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,13 @@
3737
"!modules/",
3838
"!extra/",
3939
"!python_src/",
40-
"!*.spec",
41-
"!builder-*.json",
42-
"!scripts/"
40+
"!*.spec"
41+
],
42+
"extraResources": [
43+
{
44+
"from": "mediamtx/",
45+
"to": "mediamtx"
46+
}
4347
],
4448
"asarUnpack": [
4549
"**/node_modules/@ffmpeg-installer/ffmpeg/**",

0 commit comments

Comments
 (0)