Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/RicBent/migaku-mpv
Browse files Browse the repository at this point in the history
  • Loading branch information
RicBent committed Sep 25, 2021
2 parents 5203aa0 + 58a2ff9 commit 608295c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
mkdir -p dist/migaku_mpv
pyinstaller -F --distpath dist/migaku_mpv -n migaku_mpv -i icon.ico migaku_mpv.py
cp -r icons modules main.lua migaku_mpv.cfg migaku_mpv.html dist/migaku_mpv/
- name: Build (rubysubs)
shell: bash
run: |
echo -e "import rubysubs.__main__\nrubysubs.__main__.main()" > build_rubysubs.py
pyinstaller -D --workpath build_rubysubs --distpath dist/migaku_mpv -n rubysubs build_rubysubs.py
- name: Build (ffsubsync)
shell: bash
run: |
Expand Down

0 comments on commit 608295c

Please sign in to comment.