Skip to content

Commit

Permalink
Merge pull request #55 from stevejcl/apiV2
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
acocalypso authored Nov 10, 2024
2 parents 522dfea + 3ab6d66 commit b26f7ea
Show file tree
Hide file tree
Showing 36 changed files with 3,053 additions and 345 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ jobs:
- name: Install dependencies
run: npm install

- name: Copy required files to dist
if: matrix.platform == 'windows-latest'
run: |
mkdir .\dist\
cp .\install\windows\Dwarfium.bat .\dist\
cp .\install\windows\mediamtx.exe .\dist\
cp .\install\windows\mediamtx.yml .\dist\
cp .\install\windows\Start_Dwarfium.exe .\dist\
- name: Build
if: matrix.platform == 'ubuntu-20.04'
run: |
Expand Down
Loading

0 comments on commit b26f7ea

Please sign in to comment.