mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Embed shaders & font into menu NRO
This commit is contained in:
parent
42ab764757
commit
24c3e8a020
7 changed files with 1 additions and 3 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -97,11 +97,9 @@ jobs:
|
|||
cp libnro_hook.nro ${{env.SMASH_PLUGIN_DIR}}/libnro_hook.nro
|
||||
cp libnn_hid_hook.nro ${{env.SMASH_PLUGIN_DIR}}/libnn_hid_hook.nro
|
||||
mv static/libtraining_modpack_menu.nro ${{env.SMASH_PLUGIN_DIR}}/libtraining_modpack_menu.nro
|
||||
mv static/shader_binaries shader_binaries
|
||||
mv static/font font.ttf
|
||||
cp -r static/* ${{env.SMASH_WEB_DIR}}
|
||||
rm ${{env.SMASH_WEB_DIR}}/fonts -r
|
||||
zip -r training_modpack_beta.zip atmosphere shader_binaries font.ttf
|
||||
zip -r training_modpack_beta.zip atmosphere
|
||||
- name: Update Release
|
||||
uses: meeDamian/github-release@2.0
|
||||
with:
|
||||
|
|
BIN
src/static/font
BIN
src/static/font
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue