Skip to content

Commit

Permalink
feat: mana_audio
Browse files Browse the repository at this point in the history
  • Loading branch information
mafewtm committed Sep 9, 2024
1 parent 7603acd commit 2563261
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qbox-lean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ tasks:
dest: ./resources/[standalone]/loadscreen/html/assets/logo.png
overwrite: true

- action: download_file
path: ./tmp/mana_audio.zip
url: https://github.com/Manason/mana_audio/releases/latest/download/mana_audio.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/mana_audio.zip

- action: download_github
dest: ./resources/[qbx]/qbx_idcard
ref: main
Expand Down
7 changes: 7 additions & 0 deletions qbox-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ tasks:
dest: ./resources/[standalone]/loadscreen/html/assets/logo.png
overwrite: true

- action: download_file
path: ./tmp/mana_audio.zip
url: https://github.com/Manason/mana_audio/releases/latest/download/mana_audio.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/mana_audio.zip

# VOICE
- action: download_github
dest: ./resources/[voice]/pma-voice
Expand Down
7 changes: 7 additions & 0 deletions qbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ tasks:
dest: ./resources/[standalone]/loadscreen/html/assets/logo.png
overwrite: true

- action: download_file
path: ./tmp/mana_audio.zip
url: https://github.com/Manason/mana_audio/releases/latest/download/mana_audio.zip
- action: unzip
dest: ./resources/[qbx]
src: ./tmp/mana_audio.zip

# VOICE
- action: download_github
dest: ./resources/[voice]/pma-voice
Expand Down

0 comments on commit 2563261

Please sign in to comment.